aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/uname.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/uname.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/uname.fish')
-rw-r--r--share/completions/uname.fish22
1 files changed, 11 insertions, 11 deletions
diff --git a/share/completions/uname.fish b/share/completions/uname.fish
index d9cb2462..2ae9bd87 100644
--- a/share/completions/uname.fish
+++ b/share/completions/uname.fish
@@ -1,11 +1,11 @@
-complete -c uname -s a -l all -d (_ "Print all information")
-complete -c uname -s s -l kernel-name -d (_ "Print kernel name")
-complete -c uname -s n -l nodename -d (_ "Print network node hostname")
-complete -c uname -s r -l kernel-release -d (_ "Print kernel release")
-complete -c uname -s v -l kernel-version -d (_ "Print kernel version")
-complete -c uname -s m -l machine -d (_ "Print machine name")
-complete -c uname -s p -l processor -d (_ "Print processor")
-complete -c uname -s i -l hardware-platform -d (_ "Print hardware platform")
-complete -c uname -s o -l operating-system -d (_ "Print operating system")
-complete -c uname -l help -d (_ "Display help and exit")
-complete -c uname -l verion -d (_ "Display version and exit")
+complete -c uname -s a -l all -d (N_ "Print all information")
+complete -c uname -s s -l kernel-name -d (N_ "Print kernel name")
+complete -c uname -s n -l nodename -d (N_ "Print network node hostname")
+complete -c uname -s r -l kernel-release -d (N_ "Print kernel release")
+complete -c uname -s v -l kernel-version -d (N_ "Print kernel version")
+complete -c uname -s m -l machine -d (N_ "Print machine name")
+complete -c uname -s p -l processor -d (N_ "Print processor")
+complete -c uname -s i -l hardware-platform -d (N_ "Print hardware platform")
+complete -c uname -s o -l operating-system -d (N_ "Print operating system")
+complete -c uname -l help -d (N_ "Display help and exit")
+complete -c uname -l verion -d (N_ "Display version and exit")