Skip to content

Commit

Permalink
Merge pull request #155 from chkumar246/fix_desc
Browse files Browse the repository at this point in the history
Fixed manual page description
  • Loading branch information
mtreinish committed Mar 15, 2018
2 parents 210b025 + 5d5a5dc commit 91e83e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stestr/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class StestrCLI(app.App):

def __init__(self):
super(StestrCLI, self).__init__(
description='stestr application',
description="A parallel Python test runner built around subunit",
version=__version__,
command_manager=commandmanager.CommandManager('stestr.cm'),
deferred_help=True,
Expand Down

0 comments on commit 91e83e9

Please sign in to comment.