diff options
author | Roy Marples <roy@marples.name> | 2007-11-20 18:19:48 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-20 18:19:48 +0000 |
commit | a76f2c20e410a1414b0922b22b00d1bc7c6cc35d (patch) | |
tree | e4615e9c105b02b110f295e0a95186e55967e43c /init.d.BSD/clock | |
parent | 6a6ef66d15f37b771924b4c3504f173cb9dbc3f0 (diff) |
opts -> extra_commands. This is much more descriptive.
Diffstat (limited to 'init.d.BSD/clock')
-rwxr-xr-x | init.d.BSD/clock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.BSD/clock b/init.d.BSD/clock index f22de2e6..26f893ae 100755 --- a/init.d.BSD/clock +++ b/init.d.BSD/clock @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -opts="save" +extra_commands="save" description="Sets the local clock to UTC or Local Time." description_save="Saves the current time in the BIOS." |