projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a8eb71
)
Remove a stray character from the Zsh completion script
author
Segev Finer
<segev208@gmail.com>
Mon, 15 Jan 2018 23:47:40 +0000
(
01:47
+0200)
committer
GitHub
<noreply@github.com>
Mon, 15 Jan 2018 23:47:40 +0000
(
01:47
+0200)
That's not a command that people normally use, found it by accident...
src/etc/_cargo
patch
|
blob
|
history
diff --git
a/src/etc/_cargo
b/src/etc/_cargo
index 253e1fc54747fc1175dc370189fa97cb89d2d51f..cb0cf8f5f65794630f67ae3c6ab01d779578d948 100644
(file)
--- a/
src/etc/_cargo
+++ b/
src/etc/_cargo
@@
-136,7
+136,7
@@
case $state in
git-checkout)
_arguments \
'(-h, --help)'{-h,--help}'[show help message]' \
- '
q
(-q, --quiet)'{-q,--quiet}'[no output printed to stdout]' \
+ '(-q, --quiet)'{-q,--quiet}'[no output printed to stdout]' \
'--reference=[REF]' \
'--url=[URL]' \
'(-v, --verbose)'{-v,--verbose}'[use verbose output]' \