aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/ssh.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/ssh.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/ssh.fish')
-rw-r--r--share/completions/ssh.fish44
1 files changed, 22 insertions, 22 deletions
diff --git a/share/completions/ssh.fish b/share/completions/ssh.fish
index 2aff2dea..30ab7970 100644
--- a/share/completions/ssh.fish
+++ b/share/completions/ssh.fish
@@ -16,30 +16,30 @@ complete -x -c ssh -d Hostname -a "
(__fish_print_users)@
"
-complete -c ssh -s a -d (_ "Disables forwarding of the authentication agent")
-complete -c ssh -s A -d (_ "Enables forwarding of the authentication agent")
-complete -x -c ssh -s b -d (_ "Interface to transmit from") -a "
+complete -c ssh -s a -d (N_ "Disables forwarding of the authentication agent")
+complete -c ssh -s A -d (N_ "Enables forwarding of the authentication agent")
+complete -x -c ssh -s b -d (N_ "Interface to transmit from") -a "
(
cat /proc/net/arp ^/dev/null| grep -v '^IP'|cut -d ' ' -f 1 ^/dev/null
)
"
-complete -x -c ssh -s e -d (_ "Escape character") -a "^ none"
-complete -c ssh -s f -d (_ "Go to background")
-complete -c ssh -s g -d (_ "Allow remote host to connect to local forwarded ports")
-complete -c ssh -s I -d (_ "Smartcard device")
-complete -c ssh -s k -d (_ "Disable forwarding of Kerberos tickets")
-complete -c ssh -s l -x -a "(__fish_complete_users)" -d (_ "User")
-complete -c ssh -s m -d (_ "MAC algorithm")
-complete -c ssh -s n -d (_ "Prevent reading from stdin")
-complete -c ssh -s N -d (_ "Do not execute remote command")
-complete -c ssh -s p -x -d (_ "Port")
-complete -c ssh -s q -d (_ "Quiet mode")
-complete -c ssh -s s -d (_ "Subsystem")
-complete -c ssh -s t -d (_ "Force pseudo-tty allocation")
-complete -c ssh -s T -d (_ "Disable pseudo-tty allocation")
-complete -c ssh -s x -d (_ "Disable X11 forwarding")
-complete -c ssh -s X -d (_ "Enable X11 forwarding")
-complete -c ssh -s L -d (_ "Locally forwarded ports")
-complete -c ssh -s R -d (_ "Remotely forwarded ports")
-complete -c ssh -s D -d (_ "Dynamic port forwarding")
+complete -x -c ssh -s e -d (N_ "Escape character") -a "^ none"
+complete -c ssh -s f -d (N_ "Go to background")
+complete -c ssh -s g -d (N_ "Allow remote host to connect to local forwarded ports")
+complete -c ssh -s I -d (N_ "Smartcard device")
+complete -c ssh -s k -d (N_ "Disable forwarding of Kerberos tickets")
+complete -c ssh -s l -x -a "(__fish_complete_users)" -d (N_ "User")
+complete -c ssh -s m -d (N_ "MAC algorithm")
+complete -c ssh -s n -d (N_ "Prevent reading from stdin")
+complete -c ssh -s N -d (N_ "Do not execute remote command")
+complete -c ssh -s p -x -d (N_ "Port")
+complete -c ssh -s q -d (N_ "Quiet mode")
+complete -c ssh -s s -d (N_ "Subsystem")
+complete -c ssh -s t -d (N_ "Force pseudo-tty allocation")
+complete -c ssh -s T -d (N_ "Disable pseudo-tty allocation")
+complete -c ssh -s x -d (N_ "Disable X11 forwarding")
+complete -c ssh -s X -d (N_ "Enable X11 forwarding")
+complete -c ssh -s L -d (N_ "Locally forwarded ports")
+complete -c ssh -s R -d (N_ "Remotely forwarded ports")
+complete -c ssh -s D -d (N_ "Dynamic port forwarding")