From c04dfed1a1b24f66749b227af43e22fdb6539df3 Mon Sep 17 00:00:00 2001 From: Shlomi Bitton Date: Tue, 14 Jul 2020 15:15:39 +0300 Subject: [PATCH] Fix comments --- show/main.py | 2 +- sonic-utilities-tests/system_health_test.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/show/main.py b/show/main.py index fded521f4c..35ee4905f8 100755 --- a/show/main.py +++ b/show/main.py @@ -3422,7 +3422,7 @@ def tunnel(): # # 'system-health' command ("show system-health") # -@cli.group(cls=AliasedGroup) +@cli.group(name='system-health', cls=AliasedGroup) def system_health(): """SONiC command line - 'show system-health' command""" return diff --git a/sonic-utilities-tests/system_health_test.py b/sonic-utilities-tests/system_health_test.py index 449c0df790..98a54067e1 100644 --- a/sonic-utilities-tests/system_health_test.py +++ b/sonic-utilities-tests/system_health_test.py @@ -111,4 +111,3 @@ def teardown_class(cls): print("TEARDOWN") os.environ["PATH"] = os.pathsep.join(os.environ["PATH"].split(os.pathsep)[:-1]) os.environ["UTILITIES_UNIT_TESTING"] = "0" - \ No newline at end of file