Skip to content

Commit

Permalink
corrected help text for cargo-update
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0hin committed May 19, 2015
1 parent b1f5fb0 commit 3e10adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/servo/devenv_commands.py
Expand Up @@ -40,7 +40,7 @@ def cargo(self, params):
help='Command-line arguments to be passed through to cargo update')
@CommandArgument(
'--package', '-p', default=None,
help='Updates select packages')
help='Updates selected package')
@CommandArgument(
'--all-packages','-a',action='store_true',
help='Updates all packages')
Expand All @@ -55,7 +55,7 @@ def cargo_update(self, params=None, package=None, all_packages=None):
help='Command-line arguments to be passed through to cargo update')
@CommandArgument(
'--package','-p',default=None,
help='Updates select packages')
help='Updates selected package')
@CommandArgument(
'--all-packages','-a',action='store_true',
help='Updates all packages')
Expand Down

0 comments on commit 3e10adf

Please sign in to comment.