diff options
author | r0e <rohinjpatel@gmail.com> | 2015-05-19 11:16:05 -0700 |
---|---|---|
committer | r0e <rohinjpatel@gmail.com> | 2015-05-19 11:16:05 -0700 |
commit | 3e10adfa013a089fa036b5b73d0bf146ae1ba05e (patch) | |
tree | ce0a068da8668f6168a9d65ace8796670f0e82f9 /python/servo/devenv_commands.py | |
parent | b1f5fb0a6d5e94da841bcec6cb05790dae640da4 (diff) | |
download | servo-3e10adfa013a089fa036b5b73d0bf146ae1ba05e.tar.gz servo-3e10adfa013a089fa036b5b73d0bf146ae1ba05e.zip |
corrected help text for cargo-update
Diffstat (limited to 'python/servo/devenv_commands.py')
-rw-r--r-- | python/servo/devenv_commands.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/servo/devenv_commands.py b/python/servo/devenv_commands.py index 633922a3306..0c05229938a 100644 --- a/python/servo/devenv_commands.py +++ b/python/servo/devenv_commands.py @@ -40,7 +40,7 @@ class MachCommands(CommandBase): 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') @@ -55,7 +55,7 @@ class MachCommands(CommandBase): 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') |