aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/apm.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-01-16 11:18:28 +1000
committerGravatar axel <axel@liljencrantz.se>2007-01-16 11:18:28 +1000
commit34e27ff4c216e2d379afba19fed2761a684697d8 (patch)
treea1429d6c9796caf54c3f4d440e740a88e3aa76aa /share/completions/apm.fish
parent47588c8e75f56f6065a4eb6d4e3bccbad4fab14e (diff)
Drop use of the N_ no-op for translation descriptions. Instead, tell xgettext that any token following '--description' should be translated. This should greatly speed up completion loading on platforms where fork() is slow. (Hi, OS X)
darcs-hash:20070116011828-ac50b-fb923dc877869ded4d506bbe0bc5364eea44092f.gz
Diffstat (limited to 'share/completions/apm.fish')
-rw-r--r--share/completions/apm.fish14
1 files changed, 7 insertions, 7 deletions
diff --git a/share/completions/apm.fish b/share/completions/apm.fish
index 01071325..2817e615 100644
--- a/share/completions/apm.fish
+++ b/share/completions/apm.fish
@@ -1,8 +1,8 @@
#apm
-complete -f -c apm -s V -l version -d (N_ "Display version and exit")
-complete -f -c apm -s v -l verbose -d (N_ "Print APM info")
-complete -f -c apm -s m -l minutes -d (N_ "Print time remaining")
-complete -f -c apm -s M -l monitor -d (N_ "Monitor status info")
-complete -f -c apm -s S -l standby -d (N_ "Request APM standby mode")
-complete -f -c apm -s s -l suspend -d (N_ "Request APM suspend mode")
-complete -f -c apm -s d -l debug -d (N_ "APM status debugging info")
+complete -f -c apm -s V -l version --description "Display version and exit"
+complete -f -c apm -s v -l verbose --description "Print APM info"
+complete -f -c apm -s m -l minutes --description "Print time remaining"
+complete -f -c apm -s M -l monitor --description "Monitor status info"
+complete -f -c apm -s S -l standby --description "Request APM standby mode"
+complete -f -c apm -s s -l suspend --description "Request APM suspend mode"
+complete -f -c apm -s d -l debug --description "APM status debugging info"