aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/gpg.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-12-03 09:34:33 +1000
committerGravatar axel <axel@liljencrantz.se>2006-12-03 09:34:33 +1000
commit8b73bac5803935c1c9438d75103da67903aa83f9 (patch)
treef6583edc67736b9dc9b33d4ab647414dfcd19e31 /share/completions/gpg.fish
parentc8162c2900c69b6efff55324dfc42de9aa0bd6f7 (diff)
Rename __fish_complete_directory to increase consistency
darcs-hash:20061202233433-ac50b-48368a338773ad47807b0032389fd305d86b3275.gz
Diffstat (limited to 'share/completions/gpg.fish')
-rw-r--r--share/completions/gpg.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/completions/gpg.fish b/share/completions/gpg.fish
index 903fa44f..1d94a447 100644
--- a/share/completions/gpg.fish
+++ b/share/completions/gpg.fish
@@ -176,7 +176,7 @@ complete -c gpg -l secret-keyring -r -d (N_ "Add specified file to the current l
complete -c gpg -l primary-keyring -r -d (N_ "Designate specified file as the primary public keyring")
complete -c gpg -l trustdb-name -r -d (N_ "Use specified file instead of the default trustdb")
-complete -c gpg -l homedir -xa "(__fish_complete_directory (commandline -ct))" -d (N_ "Set the home directory")
+complete -c gpg -l homedir -xa "(__fish_complete_directories (commandline -ct))" -d (N_ "Set the home directory")
complete -c gpg -l display-charset -xa " iso-8859-1 iso-8859-2 iso-8859-15 koi8-r utf-8 " -d (N_ "Set the native character set")
complete -c gpg -l utf8-strings -d (N_ "Assume that following command line arguments are given in UTF8")