diff options
author | Jonathan Roemer <jon.roemera@gmail.com> | 2019-01-26 01:46:15 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-01-26 04:31:04 +0100 |
commit | ab14760ed778b3bd9206550dc5d794c4c4249ea4 (patch) | |
tree | 8d3847ed967e2cd317d27cd2dd27e8b5aab8026a | |
parent | dhcp/trivial: fix spelling error in comment (diff) | |
download | systemd-ab14760ed778b3bd9206550dc5d794c4c4249ea4.tar.xz systemd-ab14760ed778b3bd9206550dc5d794c4c4249ea4.zip |
Add missing dash to --all option in the timedatectl man page
-rw-r--r-- | man/timedatectl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/timedatectl.xml b/man/timedatectl.xml index a62902423a..b75b4cc72a 100644 --- a/man/timedatectl.xml +++ b/man/timedatectl.xml @@ -82,7 +82,7 @@ <varlistentry> <term><option>-a</option></term> - <term><option>-all</option></term> + <term><option>--all</option></term> <listitem><para>When showing properties of <citerefentry><refentrytitle>systemd-timesyncd.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>, |