Skip to content

Commit 98e087f

Browse files
vasant17Shuotian Cheng
authored and
Shuotian Cheng
committed
[show]: Edit comment (#549)
Submitted by: vapatil@linkedin.com
1 parent 5667a90 commit 98e087f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

show/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ def protocol(verbose):
10711071
@click.argument('bgp_args', nargs = -1, required = False)
10721072
@click.option('--verbose', is_flag=True, help="Enable verbose output")
10731073
def bgp(bgp_args, verbose):
1074-
"""BGP information"""
1074+
"""Show BGP information"""
10751075
bgp_cmd = "show bgp"
10761076
for arg in bgp_args:
10771077
bgp_cmd += " " + str(arg)

0 commit comments

Comments
 (0)