diff options
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') |