Pārlūkot izejas kodu

fix swapped fish completion descriptions for --repo and --aur (#2523)

fix swapped fish completions for --repo and --aur
Anmol W 6 mēneši atpakaļ
vecāks
revīzija
fb168fb176
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      completions/fish

+ 2 - 2
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