aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/jobs.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/jobs.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/jobs.fish')
-rw-r--r--share/completions/jobs.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/completions/jobs.fish b/share/completions/jobs.fish
index 64bf19fd..f2f5f6fe 100644
--- a/share/completions/jobs.fish
+++ b/share/completions/jobs.fish
@@ -1,6 +1,6 @@
-complete -c jobs -s h -l help -d (N_ "Display help and exit" )
+complete -c jobs -s h -l help --description 'Display help and exit'
complete -c jobs -s p -l pid --description "Show the process id of each process in the job"
complete -c jobs -s g -l group --description "Show group id of job"
complete -c jobs -s c -l command --description "Show commandname of each job"