aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/scp.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/scp.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/scp.fish')
-rw-r--r--share/completions/scp.fish14
1 files changed, 7 insertions, 7 deletions
diff --git a/share/completions/scp.fish b/share/completions/scp.fish
index 77c8bf6c..c06f4d95 100644
--- a/share/completions/scp.fish
+++ b/share/completions/scp.fish
@@ -25,11 +25,11 @@ complete -c scp -d Hostname -a "
(__fish_print_users)@
"
-complete -c scp -s B -d (N_ "Batch mode")
-complete -c scp -s l -x -d (N_ "Bandwidth limit")
-complete -c scp -s P -x -d (N_ "Port")
-complete -c scp -s p -d (N_ "Preserves modification times, access times, and modes from the original file")
-complete -c scp -s q -d (N_ "Do not display progress bar")
-complete -c scp -s r -d (N_ "Recursively copy")
-complete -c scp -s S -d (N_ "Encyption program")
+complete -c scp -s B --description "Batch mode"
+complete -c scp -s l -x --description "Bandwidth limit"
+complete -c scp -s P -x --description "Port"
+complete -c scp -s p --description "Preserves modification times, access times, and modes from the original file"
+complete -c scp -s q --description "Do not display progress bar"
+complete -c scp -s r --description "Recursively copy"
+complete -c scp -s S --description "Encyption program"