summaryrefslogtreecommitdiff
path: root/templates/telnet
diff options
context:
space:
mode:
authorMohit Mehta <mohit.mehta@vyatta.com>2008-04-04 23:59:50 +0000
committerMohit Mehta <mohit.mehta@vyatta.com>2008-04-04 23:59:50 +0000
commit6824c5341d20bee84cf9ce001fee9218503ac90f (patch)
tree914ed950783bd57c3043f9fab3364961b21bc788 /templates/telnet
parent5612efdef70dca2c8f02578cc1b119be4b794d08 (diff)
downloadvyatta-op-6824c5341d20bee84cf9ce001fee9218503ac90f.tar.gz
vyatta-op-6824c5341d20bee84cf9ce001fee9218503ac90f.zip
Fix Bug 3069 Help strings should be standardized
- vyatta-op help strings standardized according to latest guideline
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.def4
3 files changed, 4 insertions, 4 deletions
diff --git a/templates/telnet/node.def b/templates/telnet/node.def
index 36a8df3..99b1f46 100644
--- a/templates/telnet/node.def
+++ b/templates/telnet/node.def
@@ -1 +1 @@
-help: Telnet to <host>
+help: Telnet to <hostname|IPv4 address>
diff --git a/templates/telnet/node.tag/node.def b/templates/telnet/node.tag/node.def
index 2befb59..643b7cb 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|IPv4 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 21c0165..70a6402 100644
--- a/templates/telnet/node.tag/node.tag/node.def
+++ b/templates/telnet/node.tag/node.tag/node.def
@@ -1,5 +1,5 @@
-help: Telnet to <hostname|address> <port|service>
-allowed: echo -n '<PORT>'
+help: Telnet to <hostname|IPv4 address> <port|service>
+allowed: echo -n '<0-65535>'
run: if [ -x /usr/bin/telnet ] ; then
/usr/bin/$*
elif [ -x /bin/busybox ] ; then