completions/aura: remove outdated flag

Commit a0b46e620 ("Update Aura completions") removed "abs", but forgot
it here.

Fixes #7865

(cherry picked from commit dc417f58ae)
This commit is contained in:
Johannes Altmanninger 2021-03-26 07:46:35 +01:00 committed by David Adam
parent 0efc55cbe9
commit a4a42fa2c3

View file

@ -87,7 +87,7 @@ for condition in query sync
complete -c aura -n $$condition -s s -l search -r -d 'Search packages for regexp'
end
for condition in abs aur
for condition in aur
complete -c aura -n $$condition -s a -l delmakedeps -d 'Remove packages only needed during installation'
complete -c aura -n $$condition -s d -l deps -d 'View package dependencies'
complete -c aura -n $$condition -s i -l info -d 'View package information'