aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/eval.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/eval.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/eval.fish')
-rw-r--r--share/completions/eval.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/completions/eval.fish b/share/completions/eval.fish
index 36f346d7..42abd673 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'