Skip to content

Commit

Permalink
Fixing spelling error.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolobio committed Apr 8, 2015
1 parent 11db892 commit 9c93c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sshm/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_argparse_args(args=None):
parser.add_argument('-d', '--disable-formatting', action='store_true', default=False,
help='Disable command formatting.')
parser.add_argument('-u', '--quiet', action='store_true', default=False,
help="Hide SSM's server information on output (this implies sorted).")
help="Hide SSHM's server information on output (this implies sorted).")
parser.add_argument('--version', action='version', version='%(prog)s '+__version__)
args, extra_args = parser.parse_known_args(args=args)

Expand Down

0 comments on commit 9c93c5a

Please sign in to comment.