diff --git a/share/completions/bd.fish b/share/completions/bd.fish index e1077d129..014a91f7a 100644 --- a/share/completions/bd.fish +++ b/share/completions/bd.fish @@ -4,7 +4,7 @@ # https://github.com/0rax/fish-bd # -complete -c bd -A -f +complete -c bd -f complete -c bd -s c -d "Classic mode: goes back to the first directory named as the string" complete -c bd -s s -d "Seems mode: goes back to the first directory containing string" diff --git a/share/completions/eix-sync.fish b/share/completions/eix-sync.fish index e79f6b9ac..81b9558e8 100644 --- a/share/completions/eix-sync.fish +++ b/share/completions/eix-sync.fish @@ -7,8 +7,8 @@ # EIX-SYNC complete -c eix-sync -s i -d "Ignore all previous options" complete -c eix-sync -s d -d "Only show differences to the previously saved database and exit" -complete -c eix-sync -s s -xua '(__fish_print_users)@(__fish_print_hostnames):' -d "Sync via rsync from the given SERVER" -complete -c eix-sync -s c -xua '(__fish_print_users)@(__fish_print_hostnames):' -d "Sync via rsync *to* the given CLIENT" +complete -c eix-sync -s s -xa '(__fish_print_users)@(__fish_print_hostnames):' -d "Sync via rsync from the given SERVER" +complete -c eix-sync -s c -xa '(__fish_print_users)@(__fish_print_hostnames):' -d "Sync via rsync *to* the given CLIENT" complete -c eix-sync -s U -d "Do not touch the database and omit the hooks after update-eix. (Implies -R)" complete -c eix-sync -s u -d "Update database only and show differences" complete -c eix-sync -s g -d "Do not call gensync (and the !commands in /etc/eix-sync.conf)" diff --git a/share/completions/update-eix-remote.fish b/share/completions/update-eix-remote.fish index 733218390..ccfeb80ba 100644 --- a/share/completions/update-eix-remote.fish +++ b/share/completions/update-eix-remote.fish @@ -8,7 +8,7 @@ # Options complete -c update-eix-remote -s q -d "Be quiet" complete -c update-eix-remote -s v -d "Be verbose (default)" -complete -c update-eix-remote -s u -xua '(__fish_print_users)' -d "Call wget as the given USER" +complete -c update-eix-remote -s u -xa '(__fish_print_users)' -d "Call wget as the given USER" complete -c update-eix-remote -s o -d "Use the given PATH as $OVERLAYPARENT" # Subcommands