]> git.proxmox.com Git - cargo.git/commitdiff
Fix yank help.
authorChris Swindle <christopher.swindle@metaswitch.com>
Thu, 9 Nov 2017 06:00:28 +0000 (06:00 +0000)
committerChris Swindle <christopher.swindle@metaswitch.com>
Thu, 9 Nov 2017 06:00:28 +0000 (06:00 +0000)
src/bin/yank.rs

index 64eb3a04c5b9efedd5990739712bef21d93947bf..ce5dfb7ea5f6cf4ddd9320c8ba626b2092fad139 100644 (file)
@@ -25,18 +25,18 @@ Usage:
     cargo yank [options] [<crate>]
 
 Options:
-    -h, --help          Print this message
-    --vers VERSION      The version to yank or un-yank
-    --undo              Undo a yank, putting a version back into the index
-    --index INDEX       Registry index to yank from
-    --token TOKEN       API token to use when authenticating
-    -v, --verbose ...   Use verbose output (-vv very verbose/build.rs output)
-    -q, --quiet         No output printed to stdout
-    --color WHEN        Coloring: auto, always, never
-    --frozen            Require Cargo.lock and cache are up to date
-    --locked            Require Cargo.lock is up to date
-    -Z FLAG ...         Unstable (nightly-only) flags to Cargo
-    --registry REGISTRY Registry to use
+    -h, --help               Print this message
+    --vers VERSION           The version to yank or un-yank
+    --undo                   Undo a yank, putting a version back into the index
+    --index INDEX            Registry index to yank from
+    --token TOKEN            API token to use when authenticating
+    -v, --verbose ...        Use verbose output (-vv very verbose/build.rs output)
+    -q, --quiet              No output printed to stdout
+    --color WHEN             Coloring: auto, always, never
+    --frozen                 Require Cargo.lock and cache are up to date
+    --locked                 Require Cargo.lock is up to date
+    -Z FLAG ...              Unstable (nightly-only) flags to Cargo
+    --registry REGISTRY      Registry to use
 
 The yank command removes a previously pushed crate's version from the server's
 index. This command does not delete any data, and the crate will still be