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 | |
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')
-rw-r--r-- | templates/clear/dhcp/client/node.def | 2 | ||||
-rw-r--r-- | templates/clear/dhcp/client/process/node.def | 2 | ||||
-rw-r--r-- | templates/clear/interfaces/ethernet/counters/node.def | 2 | ||||
-rw-r--r-- | templates/clear/interfaces/ethernet/node.def | 2 | ||||
-rw-r--r-- | templates/clear/node.def | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/templates/clear/dhcp/client/node.def b/templates/clear/dhcp/client/node.def index d8066da..1c658f0 100644 --- a/templates/clear/dhcp/client/node.def +++ b/templates/clear/dhcp/client/node.def @@ -1 +1 @@ -help: Clear dhcp client information +help: Clear DHCP client information diff --git a/templates/clear/dhcp/client/process/node.def b/templates/clear/dhcp/client/process/node.def index 50e52ff..c83dace 100644 --- a/templates/clear/dhcp/client/process/node.def +++ b/templates/clear/dhcp/client/process/node.def @@ -1,2 +1,2 @@ -help: Restart the dhcp client process +help: Restart the DHCP client process run: sudo ${vyatta_bindir}/sudo-users/vyatta-interfaces.pl --restart-dhclient 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 diff --git a/templates/clear/node.def b/templates/clear/node.def index aa60d4f..ea122ba 100644 --- a/templates/clear/node.def +++ b/templates/clear/node.def @@ -1 +1 @@ -help: Clear PROTOCOL statistics or status +help: Clear protocol statistics or status |