summaryrefslogtreecommitdiff
path: root/templates/telnet
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-02-02 10:35:24 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-02-02 10:35:24 -0800
commitb00e2dae709b94a944d65cee905c79d1bbc778c6 (patch)
treef936021c01a84d09328eaa182d8db2292b074766 /templates/telnet
parenta305ff90c296df58a1de27a02f77c08871ecf40c (diff)
downloadvyatta-op-b00e2dae709b94a944d65cee905c79d1bbc778c6.tar.gz
vyatta-op-b00e2dae709b94a944d65cee905c79d1bbc778c6.zip
Fix completion string
Diffstat (limited to 'templates/telnet')
-rw-r--r--templates/telnet/node.tag/node.def4
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/telnet/node.tag/node.def b/templates/telnet/node.tag/node.def
index 590c587..d9b78e6 100644
--- a/templates/telnet/node.tag/node.def
+++ b/templates/telnet/node.tag/node.def
@@ -1,9 +1,5 @@
help: Telnet to host
allowed: echo "<hostname> <x.x.x.x> <y:y:y:y:y>"
-comp_help: Possible completions
- <hostname> host name (static or DNS)
- <x.x.x.x> IPv4 address
- <y:y:y:y:y:y> IPv6 address
run: if [ -x /usr/bin/telnet ] ; then
/usr/bin/$*