diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-02-02 10:35:24 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-02-02 10:35:24 -0800 |
commit | b00e2dae709b94a944d65cee905c79d1bbc778c6 (patch) | |
tree | f936021c01a84d09328eaa182d8db2292b074766 /templates | |
parent | a305ff90c296df58a1de27a02f77c08871ecf40c (diff) | |
download | vyatta-op-b00e2dae709b94a944d65cee905c79d1bbc778c6.tar.gz vyatta-op-b00e2dae709b94a944d65cee905c79d1bbc778c6.zip |
Fix completion string
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show/host/lookup/node.tag/node.def | 4 | ||||
-rw-r--r-- | templates/telnet/node.tag/node.def | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/templates/show/host/lookup/node.tag/node.def b/templates/show/host/lookup/node.tag/node.def index ba5a4ad..3b1dd38 100644 --- a/templates/show/host/lookup/node.tag/node.def +++ b/templates/show/host/lookup/node.tag/node.def @@ -1,8 +1,4 @@ help: Lookup host information for specified name or address 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: /usr/bin/host $4 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/$* |