aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/id.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-08 12:56:56 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-08 12:56:56 +1000
commit690648e1b0a04db179d113e2900dde52d0e7f67f (patch)
treee06606ec232ce96c730433c2490be796c4e442f8 /init/completions/id.fish
parentb33d3f78b1d3d1b5f9dbb9fbe9000fd6ab181cbb (diff)
Huge upade containing several bugfixes related to i18n, and a huge number of new translatable strings, including almost all description messages for command specific completions
darcs-hash:20060108025656-ac50b-e2309829a0afa6b3270d13814e9600d0fd372407.gz
Diffstat (limited to 'init/completions/id.fish')
-rw-r--r--init/completions/id.fish14
1 files changed, 7 insertions, 7 deletions
diff --git a/init/completions/id.fish b/init/completions/id.fish
index 9b015eb8..9826f434 100644
--- a/init/completions/id.fish
+++ b/init/completions/id.fish
@@ -1,8 +1,8 @@
-complete -c id -s g -l group -d "Print effective group id"
-complete -c id -s G -l groups -d "Print all group ids"
-complete -c id -s n -l name -d "Print name, not number"
-complete -c id -s r -l real -d "Print real ID, not effective"
-complete -c id -s u -l user -d "Print effective user ID"
-complete -c id -l help -d "Display help and exit"
-complete -c id -l version -d "Display version and exit"
+complete -c id -s g -l group -d (_ "Print effective group id")
+complete -c id -s G -l groups -d (_ "Print all group ids")
+complete -c id -s n -l name -d (_ "Print name, not number")
+complete -c id -s r -l real -d (_ "Print real ID, not effective")
+complete -c id -s u -l user -d (_ "Print effective user ID")
+complete -c id -l help -d (_ "Display help and exit")
+complete -c id -l version -d (_ "Display version and exit")