aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/cat.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/cat.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/cat.fish')
-rw-r--r--share/completions/cat.fish22
1 files changed, 11 insertions, 11 deletions
diff --git a/share/completions/cat.fish b/share/completions/cat.fish
index be52e9c3..d9274a11 100644
--- a/share/completions/cat.fish
+++ b/share/completions/cat.fish
@@ -1,12 +1,12 @@
-complete -c cat -s A -l show-all -d (_ "Escape all non-printing characters")
-complete -c cat -s b -l number-nonblank -d (_ "Number nonblank lines")
-complete -c cat -s e -d (_ "Escape non-printing characters except tab")
-complete -c cat -s E -l show-ends -d (_ "Display \$ at end of line")
-complete -c cat -s n -l number -d (_ "Number all lines")
-complete -c cat -s s -l squeeze-blank -d (_ "Never more than single blank line")
-complete -c cat -s t -d (_ "Escape non-printing characters except newline")
-complete -c cat -s T -l show-tabs -d (_ "Escape tab")
-complete -c cat -s v -d (_ "Escape non-printing except newline and tab")
-complete -c cat -l help -d (_ "Display help and exit")
-complete -c cat -l version -d (_ "Display version and exit")
+complete -c cat -s A -l show-all -d (N_ "Escape all non-printing characters")
+complete -c cat -s b -l number-nonblank -d (N_ "Number nonblank lines")
+complete -c cat -s e -d (N_ "Escape non-printing characters except tab")
+complete -c cat -s E -l show-ends -d (N_ "Display \$ at end of line")
+complete -c cat -s n -l number -d (N_ "Number all lines")
+complete -c cat -s s -l squeeze-blank -d (N_ "Never more than single blank line")
+complete -c cat -s t -d (N_ "Escape non-printing characters except newline")
+complete -c cat -s T -l show-tabs -d (N_ "Escape tab")
+complete -c cat -s v -d (N_ "Escape non-printing except newline and tab")
+complete -c cat -l help -d (N_ "Display help and exit")
+complete -c cat -l version -d (N_ "Display version and exit")