Skip to content

Commit

Permalink
[show]: Edit comment (#549)
Browse files Browse the repository at this point in the history
Submitted by: vapatil@linkedin.com
  • Loading branch information
vasant17 authored and Shuotian Cheng committed Jun 6, 2019
1 parent 5667a90 commit 98e087f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion show/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ def protocol(verbose):
@click.argument('bgp_args', nargs = -1, required = False)
@click.option('--verbose', is_flag=True, help="Enable verbose output")
def bgp(bgp_args, verbose):
"""BGP information"""
"""Show BGP information"""
bgp_cmd = "show bgp"
for arg in bgp_args:
bgp_cmd += " " + str(arg)
Expand Down

0 comments on commit 98e087f

Please sign in to comment.