From 3e10adfa013a089fa036b5b73d0bf146ae1ba05e Mon Sep 17 00:00:00 2001 From: r0e Date: Tue, 19 May 2015 11:16:05 -0700 Subject: corrected help text for cargo-update --- python/servo/devenv_commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/servo/devenv_commands.py') 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') -- cgit v1.2.3