aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/who.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-03-02 02:53:47 +1000
committerGravatar axel <axel@liljencrantz.se>2006-03-02 02:53:47 +1000
commitc2f6c6c1d2be2c67d55855cd2151c1f82382c172 (patch)
tree36d3a284c8a6d63cca5e10f8e931a7a829bbfdda /share/completions/who.fish
parent7726cffdabead968f0b9e1394333851f760671b1 (diff)
Do gettext translation of descriptions just-in-time internally in fish
darcs-hash:20060301165347-ac50b-3df9feec60dd9860e0988396d10b550a501f6802.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 fa5020e8..0add02e7 100644
--- a/share/completions/who.fish
+++ b/share/completions/who.fish
@@ -1,20 +1,20 @@
-complete -c who -s a -l all -d (_ "Same as -b -d --login -p -r -t -T -u")
-complete -c who -s b -l boot -d (_ "Print time of last boot")
-complete -c who -s d -l dead -d (_ "Print dead processes")
-complete -c who -s H -l heading -d (_ "Print line of headings")
-complete -c who -s i -l idle -d (_ "Print idle time")
-complete -c who -s l -l login -d (_ "Print login process")
-complete -c who -l lookup -d (_ "Canonicalize hostnames via DNS")
-complete -c who -s m -d (_ "Print hostname and user for stdin")
-complete -c who -s p -l process -d (_ "Print active processes spawned by init")
-complete -c who -s q -l count -d (_ "Print all login names and number of users logged on")
-complete -c who -s r -l runlevel -d (_ "Print current runlevel")
-complete -c who -s s -l short -d (_ "Print name, line, and time")
-complete -c who -s t -l time -d (_ "Print last system clock change")
-complete -c who -s T -l mesg -d (_ "Print users message status as +, - or ?")
-complete -c who -s w -l writable -d (_ "Print users message status as +, - or ?")
-complete -c who -l message -d (_ "Print users message status as +, - or ?")
-complete -c who -s u -l users -d (_ "List users logged in")
-complete -c who -l help -d (_ "Display help and exit")
-complete -c who -l version -d (_ "Display version and exit")
+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")