mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +01:00
corrected help text for cargo-update
This commit is contained in:
parent
b1f5fb0a6d
commit
3e10adfa01
1 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue