aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/bind.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-01-26 11:26:31 +1000
committerGravatar axel <axel@liljencrantz.se>2007-01-26 11:26:31 +1000
commitcfecb58bb6612ea3775b4c41a27f97d6181f5e7d (patch)
tree03dd0d2f11e0031483a28afde4d1a229e6fbf87a /share/completions/bind.fish
parent11c2ec91d4fe192b067880d430c562e8e160b4ca (diff)
Fix various completions that didno't drop the N_ no-op
darcs-hash:20070126012631-ac50b-4e13c06ddbf73f05a0a26824c71dbb96aa7ce0b9.gz
Diffstat (limited to 'share/completions/bind.fish')
-rw-r--r--share/completions/bind.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/completions/bind.fish b/share/completions/bind.fish
index 39a4ce5c..0a4f23fd 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'