corrected help text for cargo-update

This commit is contained in:
r0e 2015-05-19 11:16:05 -07:00
parent b1f5fb0a6d
commit 3e10adfa01

View file

@ -40,7 +40,7 @@ class MachCommands(CommandBase):
help='Command-line arguments to be passed through to cargo update') help='Command-line arguments to be passed through to cargo update')
@CommandArgument( @CommandArgument(
'--package', '-p', default=None, '--package', '-p', default=None,
help='Updates select packages') help='Updates selected package')
@CommandArgument( @CommandArgument(
'--all-packages','-a',action='store_true', '--all-packages','-a',action='store_true',
help='Updates all packages') help='Updates all packages')
@ -55,7 +55,7 @@ class MachCommands(CommandBase):
help='Command-line arguments to be passed through to cargo update') help='Command-line arguments to be passed through to cargo update')
@CommandArgument( @CommandArgument(
'--package','-p',default=None, '--package','-p',default=None,
help='Updates select packages') help='Updates selected package')
@CommandArgument( @CommandArgument(
'--all-packages','-a',action='store_true', '--all-packages','-a',action='store_true',
help='Updates all packages') help='Updates all packages')