From fb168fb176cd1e7178a6a609acd6974d9e1f969f Mon Sep 17 00:00:00 2001 From: Anmol W Date: Fri, 25 Oct 2024 14:05:07 +0530 Subject: [PATCH] fix swapped fish completion descriptions for --repo and --aur (#2523) fix swapped fish completions for --repo and --aur --- completions/fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/completions/fish b/completions/fish index 6d5a6d5e..5f2aefe4 100644 --- a/completions/fish +++ b/completions/fish @@ -165,8 +165,8 @@ complete -c $progname -n "$webspecific" -s u -l unvote -d 'Unvote for AUR packag complete -c $progname -n "$webspecific" -xa "$listall" # New options -complete -c $progname -n "not $noopt" -s N -l repo -d 'Assume targets are from the AUR' -f -complete -c $progname -n "not $noopt" -s a -l aur -d 'Assume targets are from the repositories' -f +complete -c $progname -n "not $noopt" -s a -l aur -d 'Assume targets are from the AUR' -f +complete -c $progname -n "not $noopt" -s N -l repo -d 'Assume targets are from the repositories' -f # Yay options complete -c $progname -n "$yayspecific" -s c -l clean -d 'Remove unneeded dependencies' -f