diff options
Diffstat (limited to 'templates/telnet')
-rw-r--r-- | templates/telnet/node.def | 2 | ||||
-rw-r--r-- | templates/telnet/node.tag/node.def | 2 | ||||
-rw-r--r-- | templates/telnet/node.tag/node.tag/node.def | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/telnet/node.def b/templates/telnet/node.def index 99b1f46..e3ec3e0 100644 --- a/templates/telnet/node.def +++ b/templates/telnet/node.def @@ -1 +1 @@ -help: Telnet to <hostname|IPv4 address> +help: Telnet to a node diff --git a/templates/telnet/node.tag/node.def b/templates/telnet/node.tag/node.def index 0b1ecf0..76e9b0a 100644 --- a/templates/telnet/node.tag/node.def +++ b/templates/telnet/node.tag/node.def @@ -1,5 +1,5 @@ help: Telnet to host -allowed: echo -n '<hostname> <x.x.x.x> <y:y:y:y:y>' +allowed: echo -n '<hostname> <x.x.x.x> <h:h:h:h:h:h:h:h>' run: if [ -x /usr/bin/telnet ] ; then /usr/bin/$* diff --git a/templates/telnet/node.tag/node.tag/node.def b/templates/telnet/node.tag/node.tag/node.def index 70a6402..21b78c4 100644 --- a/templates/telnet/node.tag/node.tag/node.def +++ b/templates/telnet/node.tag/node.tag/node.def @@ -1,4 +1,4 @@ -help: Telnet to <hostname|IPv4 address> <port|service> +help: Telnet to <address> <port> allowed: echo -n '<0-65535>' run: if [ -x /usr/bin/telnet ] ; then /usr/bin/$* |