Skip to content

Commit

Permalink
[psuutil]: Shorten the help message to display it fully (sonic-net#168)
Browse files Browse the repository at this point in the history
Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
  • Loading branch information
Shuotian Cheng authored Dec 12, 2017
1 parent 7209cca commit 49a86db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psuutil/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def version():
# 'numpsus' subcommand
@cli.command()
def numpsus():
"Display the number of supported PSU in the device"
"""Display number of supported PSUs on device"""
click.echo(str(platform_psuutil.get_num_psus()))

# 'status' subcommand
Expand Down

0 comments on commit 49a86db

Please sign in to comment.