summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMohit Mehta <mohit.mehta@vyatta.com>2008-04-11 21:53:24 +0000
committerMohit Mehta <mohit.mehta@vyatta.com>2008-04-11 21:53:24 +0000
commit7b6dc5c96511ebdb55221c54ed340733b4e8ba27 (patch)
tree9d017bd57499aed5f8af211d5ef74dbf6cb9531e /templates
parentf11c3e118f48d7bfd6d2a8d5d32309f2a83403fc (diff)
downloadvyatta-cfg-7b6dc5c96511ebdb55221c54ed340733b4e8ba27.tar.gz
vyatta-cfg-7b6dc5c96511ebdb55221c54ed340733b4e8ba27.zip
Fix Bug 3069 Help strings should be standardized
- help strings standardized in vyatta-cfg
Diffstat (limited to 'templates')
-rw-r--r--templates/interfaces/ethernet/node.def2
-rw-r--r--templates/interfaces/loopback/node.def2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/interfaces/ethernet/node.def b/templates/interfaces/ethernet/node.def
index 444affe..d2cfa84 100644
--- a/templates/interfaces/ethernet/node.def
+++ b/templates/interfaces/ethernet/node.def
@@ -1,6 +1,6 @@
tag:
type: txt
-help: Set ethernet interface name
+help: Set ethernet interface
syntax:expression: exec " \
if [ -z \"`ip link | egrep -v 'eth[0-9]+[.]' | grep $VAR(@)`\" ]; then \
echo Invalid ethernet interface [$VAR(@)]; \
diff --git a/templates/interfaces/loopback/node.def b/templates/interfaces/loopback/node.def
index cc59c27..7b7a304 100644
--- a/templates/interfaces/loopback/node.def
+++ b/templates/interfaces/loopback/node.def
@@ -1,6 +1,6 @@
tag:
type: txt
-help: Set loopback interface name
+help: Set loopback interface
syntax:expression: exec " \
if [ -z \"`ip addr | grep $VAR(@) `\" ]; then \
echo loopback interface $VAR(@) doesn\\'t exist on this system ; \