From 7fe236c591066881d57a0d2d40558190a2caa919 Mon Sep 17 00:00:00 2001 From: Segev Finer Date: Tue, 16 Jan 2018 01:47:40 +0200 Subject: [PATCH] Remove a stray character from the Zsh completion script That's not a command that people normally use, found it by accident... --- src/etc/_cargo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/_cargo b/src/etc/_cargo index 253e1fc54..cb0cf8f5f 100644 --- 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]' \ -- 2.30.2