summaryrefslogtreecommitdiff
path: root/templates/telnet
diff options
context:
space:
mode:
Diffstat (limited to 'templates/telnet')
-rw-r--r--templates/telnet/node.def2
-rw-r--r--templates/telnet/node.tag/node.def2
-rw-r--r--templates/telnet/node.tag/node.tag/node.def2
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/telnet/node.def b/templates/telnet/node.def
index 18cd187..36a8df3 100644
--- a/templates/telnet/node.def
+++ b/templates/telnet/node.def
@@ -1 +1 @@
-help: telnet to <host>
+help: Telnet to <host>
diff --git a/templates/telnet/node.tag/node.def b/templates/telnet/node.tag/node.def
index f52266b..2befb59 100644
--- a/templates/telnet/node.tag/node.def
+++ b/templates/telnet/node.tag/node.def
@@ -1,4 +1,4 @@
-help: telnet to <hostname|address>
+help: Telnet to <hostname|address>
allowed: vyatta-allowed-hosts
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 95bffe8..21c0165 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|address> <port|service>
+help: Telnet to <hostname|address> <port|service>
allowed: echo -n '<PORT>'
run: if [ -x /usr/bin/telnet ] ; then
/usr/bin/$*