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.Linux | |
parent | 6a6ef66d15f37b771924b4c3504f173cb9dbc3f0 (diff) |
opts -> extra_commands. This is much more descriptive.
Diffstat (limited to 'init.d.Linux')
-rwxr-xr-x | init.d.Linux/clock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.Linux/clock b/init.d.Linux/clock index b835cc39..55d706dc 100755 --- a/init.d.Linux/clock +++ b/init.d.Linux/clock @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -opts="save show" +extra_commands="save show" description="Sets the local clock to UTC or Local Time." description_save="Saves the current time in the BIOS." |