]> git.proxmox.com Git - cargo.git/commitdiff
Remove a stray character from the Zsh completion script
authorSegev Finer <segev208@gmail.com>
Mon, 15 Jan 2018 23:47:40 +0000 (01:47 +0200)
committerGitHub <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

index 253e1fc54747fc1175dc370189fa97cb89d2d51f..cb0cf8f5f65794630f67ae3c6ab01d779578d948 100644 (file)
@@ -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]' \