aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/who.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/who.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/who.fish')
-rw-r--r--share/completions/who.fish38
1 files changed, 19 insertions, 19 deletions
diff --git a/share/completions/who.fish b/share/completions/who.fish
index 0add02e7..1b9b4155 100644
--- a/share/completions/who.fish
+++ b/share/completions/who.fish
@@ -1,20 +1,20 @@
-complete -c who -s a -l all -d (N_ "Same as -b -d --login -p -r -t -T -u")
-complete -c who -s b -l boot -d (N_ "Print time of last boot")
-complete -c who -s d -l dead -d (N_ "Print dead processes")
-complete -c who -s H -l heading -d (N_ "Print line of headings")
-complete -c who -s i -l idle -d (N_ "Print idle time")
-complete -c who -s l -l login -d (N_ "Print login process")
-complete -c who -l lookup -d (N_ "Canonicalize hostnames via DNS")
-complete -c who -s m -d (N_ "Print hostname and user for stdin")
-complete -c who -s p -l process -d (N_ "Print active processes spawned by init")
-complete -c who -s q -l count -d (N_ "Print all login names and number of users logged on")
-complete -c who -s r -l runlevel -d (N_ "Print current runlevel")
-complete -c who -s s -l short -d (N_ "Print name, line, and time")
-complete -c who -s t -l time -d (N_ "Print last system clock change")
-complete -c who -s T -l mesg -d (N_ "Print users message status as +, - or ?")
-complete -c who -s w -l writable -d (N_ "Print users message status as +, - or ?")
-complete -c who -l message -d (N_ "Print users message status as +, - or ?")
-complete -c who -s u -l users -d (N_ "List users logged in")
-complete -c who -l help -d (N_ "Display help and exit")
-complete -c who -l version -d (N_ "Display version and exit")
+complete -c who -s a -l all --description "Same as -b -d --login -p -r -t -T -u"
+complete -c who -s b -l boot --description "Print time of last boot"
+complete -c who -s d -l dead --description "Print dead processes"
+complete -c who -s H -l heading --description "Print line of headings"
+complete -c who -s i -l idle --description "Print idle time"
+complete -c who -s l -l login --description "Print login process"
+complete -c who -l lookup --description "Canonicalize hostnames via DNS"
+complete -c who -s m --description "Print hostname and user for stdin"
+complete -c who -s p -l process --description "Print active processes spawned by init"
+complete -c who -s q -l count --description "Print all login names and number of users logged on"
+complete -c who -s r -l runlevel --description "Print current runlevel"
+complete -c who -s s -l short --description "Print name, line, and time"
+complete -c who -s t -l time --description "Print last system clock change"
+complete -c who -s T -l mesg --description "Print users message status as +, - or ?"
+complete -c who -s w -l writable --description "Print users message status as +, - or ?"
+complete -c who -l message --description "Print users message status as +, - or ?"
+complete -c who -s u -l users --description "List users logged in"
+complete -c who -l help --description "Display help and exit"
+complete -c who -l version --description "Display version and exit"