diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-10-17 22:52:21 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-10-17 22:52:21 +0200 |
commit | c978343015c787713651dff571acb5207367f5f2 (patch) | |
tree | a749e67d5fc62070fdf8cede1346bf211f9e43ce /man | |
parent | 935fb723ba7370abaf793914fb5a722f7f5e41e1 (diff) |
timedatectl: rename --fix-system to --adjust-system-clock
Quite long to read but hopefully less misleading.
Diffstat (limited to 'man')
-rw-r--r-- | man/timedatectl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/timedatectl.xml b/man/timedatectl.xml index 9065577692..11a342d4dd 100644 --- a/man/timedatectl.xml +++ b/man/timedatectl.xml @@ -110,7 +110,7 @@ </varlistentry> <varlistentry> - <term><option>--fix-system</option></term> + <term><option>--adjust-system-clock</option></term> <listitem><para>If <command>set-local-rtc</command> is @@ -189,7 +189,7 @@ RTC in UTC. Note that invoking this will also synchronize the RTC from the system clock, unless - <option>--fix-system</option> is + <option>--adjust-system-clock</option> is passed (see above). This command will change the 3rd line of <filename>/etc/adjtime</filename>, as |