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/reboot | |
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/reboot')
-rw-r--r-- | templates/reboot/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/reboot/node.def b/templates/reboot/node.def index e1d30d2..57b4c9e 100644 --- a/templates/reboot/node.def +++ b/templates/reboot/node.def @@ -1,2 +1,2 @@ -help: "Reboot the system" +help: Reboot the system run: sudo /sbin/reboot |