diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-04-01 00:29:20 +0000 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-04-01 00:29:20 +0000 |
commit | d14dee306fe9a8f497e20d9fa58bd199615569c3 (patch) | |
tree | 5a12b05a613e4b31409d24ab51fce8c75c697f14 /templates/clear/interfaces | |
parent | d1fe1e3bd6f8fe3ca17bb186429ff5061dbdb069 (diff) | |
download | vyatta-op-d14dee306fe9a8f497e20d9fa58bd199615569c3.tar.gz vyatta-op-d14dee306fe9a8f497e20d9fa58bd199615569c3.zip |
Fix Bug 3069 Help strings should be standardized
- help strings standardized in vyatta-op
Diffstat (limited to 'templates/clear/interfaces')
-rw-r--r-- | templates/clear/interfaces/ethernet/counters/node.def | 2 | ||||
-rw-r--r-- | templates/clear/interfaces/ethernet/node.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/clear/interfaces/ethernet/counters/node.def b/templates/clear/interfaces/ethernet/counters/node.def index 85a02d5..d722d69 100644 --- a/templates/clear/interfaces/ethernet/counters/node.def +++ b/templates/clear/interfaces/ethernet/counters/node.def @@ -1,2 +1,2 @@ -help: Clear all Ethernet interface counters +help: Clear all ethernet interface counters run: sudo ${vyatta_bindir}/sudo-users/vyatta-show-interfaces.pl --action=clear --intf-type="$3" diff --git a/templates/clear/interfaces/ethernet/node.def b/templates/clear/interfaces/ethernet/node.def index 3e6f0dc..eda1665 100644 --- a/templates/clear/interfaces/ethernet/node.def +++ b/templates/clear/interfaces/ethernet/node.def @@ -1 +1 @@ -help: Clear Ethernet interface information +help: Clear ethernet interface information |