diff options
Diffstat (limited to 'init.d.BSD')
-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." |