summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/show/host/lookup/node.tag/node.def4
-rw-r--r--templates/telnet/node.tag/node.def4
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/$*