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/dhcp | |
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/dhcp')
-rw-r--r-- | templates/clear/dhcp/client/node.def | 2 | ||||
-rw-r--r-- | templates/clear/dhcp/client/process/node.def | 2 |
2 files changed, 2 insertions, 2 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 |