diff --git a/share/completions/and.fish b/share/completions/and.fish index d35499645..da0d54a32 100644 --- a/share/completions/and.fish +++ b/share/completions/and.fish @@ -1,2 +1,2 @@ -complete -c and -s h -l help -d (N_ "Display help and exit" ) +complete -c and -s h -l help --description 'Display help and exit' diff --git a/share/completions/apt-move.fish b/share/completions/apt-move.fish index 1870bd3e6..6d53ed8bf 100644 --- a/share/completions/apt-move.fish +++ b/share/completions/apt-move.fish @@ -12,7 +12,7 @@ complete -f -c apt-move -a mirror --description "Download package missing from m complete -f -c apt-move -a sync --description "Sync packages installed" complete -f -c apt-move -a exclude -d 'test $LOCALDIR/.exclude file' complete -c apt-move -a movefile --description "Move file specified on commandline" -complete -f -c apt-move -a listbin -d (N_ "List packages that may serve as input to mirrorbin or mirrorsource" ) +complete -f -c apt-move -a listbin --description 'List packages that may serve as input to mirrorbin or mirrorsource' complete -f -c apt-move -a mirrorbin --description "Fetch package from STDIN" complete -f -c apt-move -a mirrorsrc --description "Fetch source package from STDIN" complete -f -c apt-move -s a --description "Process all packages" diff --git a/share/completions/bg.fish b/share/completions/bg.fish index 626601527..d3ef78454 100644 --- a/share/completions/bg.fish +++ b/share/completions/bg.fish @@ -1,2 +1,2 @@ -complete -c bg -s h -l help -d (N_ "Display help and exit" ) +complete -c bg -s h -l help --description 'Display help and exit' diff --git a/share/completions/bind.fish b/share/completions/bind.fish index 39a4ce5cc..0a4f23fdf 100644 --- a/share/completions/bind.fish +++ b/share/completions/bind.fish @@ -1,3 +1,3 @@ -complete -c bind -s h -l help -d (N_ "Display help and exit" -complete -c bind -s M -l set-mode -d (N_ "Change input mode" ) +complete -c bind -s h -l help --description "Display help and exit" +complete -c bind -s M -l set-mode --description 'Change input mode' diff --git a/share/completions/block.fish b/share/completions/block.fish index 389f7e947..1d6e021a4 100644 --- a/share/completions/block.fish +++ b/share/completions/block.fish @@ -1,5 +1,5 @@ -complete -c block -s h -l help -d (N_ "Display help and exit" ) -complete -c block -s e -l erase -d (N_ "Remove the topmost global event block" ) -complete -c block -s l -l local -d (N_ "Create a local (automatically erased) event block" ) -complete -c block -s g -l global -d (N_ "Create a global (manually erased) event block" ) +complete -c block -s h -l help --description 'Display help and exit' +complete -c block -s e -l erase --description 'Remove the topmost global event block' +complete -c block -s l -l local --description 'Create a local (automatically erased) event block' +complete -c block -s g -l global --description 'Create a global (manually erased) event block' diff --git a/share/completions/break.fish b/share/completions/break.fish index 3da5aa1b7..a13a37f66 100644 --- a/share/completions/break.fish +++ b/share/completions/break.fish @@ -1,2 +1,2 @@ -complete -c break -s h -l help -d (N_ "Display help and exit" ) +complete -c break -s h -l help --description 'Display help and exit' diff --git a/share/completions/builtin.fish b/share/completions/builtin.fish index 240e4dc35..7640cf367 100644 --- a/share/completions/builtin.fish +++ b/share/completions/builtin.fish @@ -1,3 +1,3 @@ -complete -c builtin -s h -l help -d (N_ "Display help and exit" ) -complete -c builtin -s n -l names -d (N_ "Print names of all existing builtins" ) +complete -c builtin -s h -l help --description 'Display help and exit' +complete -c builtin -s n -l names --description 'Print names of all existing builtins' diff --git a/share/completions/case.fish b/share/completions/case.fish index 474d84174..55d0129b4 100644 --- a/share/completions/case.fish +++ b/share/completions/case.fish @@ -1,2 +1,2 @@ -complete -c case -s h -l help -d (N_ "Display help and exit" ) +complete -c case -s h -l help --description 'Display help and exit' diff --git a/share/completions/cd.fish b/share/completions/cd.fish index 1b8ac9796..75a0d06c0 100644 --- a/share/completions/cd.fish +++ b/share/completions/cd.fish @@ -1,3 +1,3 @@ complete -x -c cd -a "(__fish_complete_cd)" -complete -c cd -s h -l help -d (N_ "Display help and exit" ) +complete -c cd -s h -l help --description 'Display help and exit' diff --git a/share/completions/command.fish b/share/completions/command.fish index a96220ca3..1de6e495c 100644 --- a/share/completions/command.fish +++ b/share/completions/command.fish @@ -1,2 +1,2 @@ -complete -c command -s h -l help -d (N_ "Display help and exit" ) +complete -c command -s h -l help --description 'Display help and exit' diff --git a/share/completions/continue.fish b/share/completions/continue.fish index ba2715796..c8e51e542 100644 --- a/share/completions/continue.fish +++ b/share/completions/continue.fish @@ -1,3 +1,3 @@ -complete -c continue -s h -l help -d (N_ "Display help and exit" ) +complete -c continue -s h -l help --description 'Display help and exit' diff --git a/share/completions/eval.fish b/share/completions/eval.fish index 36f346d7f..42abd6738 100644 --- a/share/completions/eval.fish +++ b/share/completions/eval.fish @@ -1,2 +1,2 @@ -complete -c eval -s h -l help -d (N_ "Display help and exit" ) +complete -c eval -s h -l help --description 'Display help and exit' diff --git a/share/completions/exec.fish b/share/completions/exec.fish index 5fbd4ce54..b0bd268aa 100644 --- a/share/completions/exec.fish +++ b/share/completions/exec.fish @@ -1,2 +1,2 @@ -complete -c exec -s h -l help -d (N_ "Display help and exit" ) +complete -c exec -s h -l help --description 'Display help and exit' diff --git a/share/completions/exit.fish b/share/completions/exit.fish index 25b84e665..4202a5115 100644 --- a/share/completions/exit.fish +++ b/share/completions/exit.fish @@ -1,4 +1,4 @@ -complete -c exit -s h -l help -d (N_ "Display help and exit" ) +complete -c exit -s h -l help --description 'Display help and exit' complete -c exit -x -a 0 -d "Quit with normal exit status" complete -c exit -x -a 1 -d "Quit with abnormal exit status" diff --git a/share/completions/fg.fish b/share/completions/fg.fish index 4da3db54a..04ddff22d 100644 --- a/share/completions/fg.fish +++ b/share/completions/fg.fish @@ -1,2 +1,2 @@ -complete -c fg -s h -l help -d (N_ "Display help and exit" ) +complete -c fg -s h -l help --description 'Display help and exit' diff --git a/share/completions/gpg.fish b/share/completions/gpg.fish index 69be51328..ce43266ce 100644 --- a/share/completions/gpg.fish +++ b/share/completions/gpg.fish @@ -79,13 +79,13 @@ complete -c gpg -l delete-secret-and-public-key -xa "(__fish_complete_gpg_user_i complete -c gpg -l gen-revoke -xa "(__fish_complete_gpg_user_id)" --description "Generate a revocation certificate for the complete key" complete -c gpg -l desig-revoke -xa "(__fish_complete_gpg_user_id)" --description "Generate a designated revocation certificate for a key" -complete -c gpg -l export -xa "(__fish_append , (__fish_complete_gpg_user_id))" -d (N_ "Export all or the given keys from all keyrings" ) +complete -c gpg -l export -xa "(__fish_append , (__fish_complete_gpg_user_id))" --description 'Export all or the given keys from all keyrings' complete -c gpg -l send-keys -xa "(__fish_append , (__fish_complete_gpg_user_id))" --description "Same as --export but sends the keys to a keyserver" complete -c gpg -l export-secret-keys -xa "(__fish_complete_gpg_user_id)" --description "Same as --export, but exports the secret keys instead" complete -c gpg -l export-secret-subkeys -xa "(__fish_complete_gpg_user_id)" --description "Same as --export, but exports the secret keys instead" -complete -c gpg -l import -xa "(__fish_complete_gpg_user_id)" -d (N_ "Import/merge keys" ) -complete -c gpg -l fast-import -xa "(__fish_complete_gpg_user_id)" -d (N_ "Import/merge keys" ) +complete -c gpg -l import -xa "(__fish_complete_gpg_user_id)" --description 'Import/merge keys' +complete -c gpg -l fast-import -xa "(__fish_complete_gpg_user_id)" --description 'Import/merge keys' complete -c gpg -l recv-keys -xa "(__fish_complete_gpg_key_id)" --description "Import the keys with the given key IDs from a keyserver" complete -c gpg -l refresh-keys -xa "(__fish_complete_gpg_key_id)" --description "Request updates from a keyserver for keys that already exist on the local keyring" @@ -228,7 +228,7 @@ complete -c gpg -l s2k-cipher-algo -xa "(__fish_print_gpg_algo Cipher)" --descri complete -c gpg -l s2k-digest-algo -xa "(__fish_print_gpg_algo Hash)" --description "Use specified digest algorithm to mangle the passphrases" complete -c gpg -l s2k-mode -xa "0\t'Plain passphrase' 1\t'Salted passphrase' 3\t'Repeated salted mangling'" --description "Selects how passphrases are mangled" -complete -c gpg -l simple-sk-checksum -d (N_ "Integrity protect secret keys by using a SHA-1 checksum" ) +complete -c gpg -l simple-sk-checksum --description 'Integrity protect secret keys by using a SHA-1 checksum' complete -c gpg -l disable-cipher-algo -xa "(__fish_print_gpg_algo Cipher)" --description "Never allow the use of specified cipher algorithm" complete -c gpg -l disable-pubkey-algo -xa "(__fish_print_gpg_algo Pubkey)" --description "Never allow the use of specified public key algorithm" diff --git a/share/completions/help.fish b/share/completions/help.fish index 770c88ed7..120934889 100644 --- a/share/completions/help.fish +++ b/share/completions/help.fish @@ -6,10 +6,10 @@ for i in case (sed -n < $__fish_help_dir/commands.html -e "s/.*