From b292119dd94c8e93032147e3135b4bff17564ff4 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 16 Jul 2010 18:11:39 -0700 Subject: Remove verbs from all help messages Per current policy remove verb from all help messages in th is package --- templates/interfaces/input/node.def | 2 +- templates/interfaces/input/node.tag/description/node.def | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/interfaces/input') diff --git a/templates/interfaces/input/node.def b/templates/interfaces/input/node.def index 1873190c..8aadec8a 100644 --- a/templates/interfaces/input/node.def +++ b/templates/interfaces/input/node.def @@ -1,7 +1,7 @@ tag: priority: 310 # before real devices that redirect type: txt -help: Set input functional block (IFB) interface +help: Input functional block (IFB) interface name comp_help: Enter input functional block interface name (ifb0 - ifb999) syntax:expression: pattern $VAR(@) "^ifb[0-9]+$" ; "name must be (ifb0-ifb999)" diff --git a/templates/interfaces/input/node.tag/description/node.def b/templates/interfaces/input/node.tag/description/node.def index 7f64c788..e4807d2f 100644 --- a/templates/interfaces/input/node.tag/description/node.def +++ b/templates/interfaces/input/node.tag/description/node.def @@ -1,4 +1,4 @@ type: txt -help: Set description for this interface +help: Description update: sudo sh -c "echo \"$VAR(@)\" >/sys/class/net/$VAR(../@)/ifalias" delete: sudo sh -c "echo '' >/sys/class/net/$VAR(../@)/ifalias" -- cgit v1.2.3