aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/telnet.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-06-08 09:33:12 +1000
committerGravatar axel <axel@liljencrantz.se>2006-06-08 09:33:12 +1000
commit6e1548b82190c10019b60b716c236cf8a7792410 (patch)
treee6214ba9e176602c2fb26f6f479c573c6b8fa777 /share/completions/telnet.fish
parent5381c6cf9345514714c6c1d51e4f388cca0ed6a9 (diff)
Remove period from end of completion descriptions for telnet command
darcs-hash:20060607233312-ac50b-cb10498f174b72fb53d7e47ab93fcd8af72676c9.gz
Diffstat (limited to 'share/completions/telnet.fish')
-rw-r--r--share/completions/telnet.fish30
1 files changed, 15 insertions, 15 deletions
diff --git a/share/completions/telnet.fish b/share/completions/telnet.fish
index b850151e..e6a62db9 100644
--- a/share/completions/telnet.fish
+++ b/share/completions/telnet.fish
@@ -6,20 +6,20 @@
complete -x -c telnet -d Hostname -a "(__fish_print_hostnames)"
-complete -c telnet -s 8 -d (_ "Specifies an 8-bit data path.")
-complete -c telnet -s 7 -d (_ "Do not try to negotiate TELNET BINARY option.")
-complete -c telnet -s E -d (_ "Stops any character from being recognized as an escape character.")
-complete -c telnet -s F -d (_ "Use local Kerberos authentication, if possible.")
-complete -c telnet -s K -d (_ "Specifies no automatic login to remote system.")
-complete -c telnet -s L -d (_ "Specifies an 8-bit data path.")
-complete -c telnet -s a -d (_ "Attempt automatic login.")
+complete -c telnet -s 8 -d (_ "Specifies an 8-bit data path")
+complete -c telnet -s 7 -d (_ "Do not try to negotiate TELNET BINARY option")
+complete -c telnet -s E -d (_ "Stops any character from being recognized as an escape character")
+complete -c telnet -s F -d (_ "Use local Kerberos authentication, if possible")
+complete -c telnet -s K -d (_ "Specifies no automatic login to remote system")
+complete -c telnet -s L -d (_ "Specifies an 8-bit data path")
+complete -c telnet -s a -d (_ "Attempt automatic login")
complete -c telnet -s c -d (_ "Disables reading user's .telnetrc")
-complete -c telnet -s d -d (_ "Sets debug mode.")
-complete -c telnet -s S -x -d (_ "Sets IP TOS.")
-complete -c telnet -s X -x -d (_ "Disables atype type of authentication.")
-complete -c telnet -s l -x -a "(__fish_complete_users)" -d (_ "User login.")
-complete -c telnet -s n -x -d (_ "Log to tracefile.")
-complete -c telnet -s x -d (_ "Turn on encryption.")
-complete -c telnet -s r -d (_ "User interface similar to rlogin.")
-complete -c telnet -s k -x -d (_ "Use Kerberos realm for authentication.")
+complete -c telnet -s d -d (_ "Sets debug mode")
+complete -c telnet -s S -x -d (_ "Sets IP TOS")
+complete -c telnet -s X -x -d (_ "Disables specified type of authentication")
+complete -c telnet -s l -x -a "(__fish_complete_users)" -d (_ "User login")
+complete -c telnet -s n -x -d (_ "Log to tracefile")
+complete -c telnet -s x -d (_ "Turn on encryption")
+complete -c telnet -s r -d (_ "User interface similar to rlogin")
+complete -c telnet -s k -x -d (_ "Use Kerberos realm for authentication")