diff options
author | Antonio Alvarez Feijoo <antonio.feijoo@suse.com> | 2023-10-23 15:29:40 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2023-10-23 16:48:58 +0200 |
commit | 2c87b71b00523ef2aecdd2b68e61008b7d2e5ecc (patch) | |
tree | fe6c767f3033cf1716b154686d636cc19725b14a /src/timedate | |
parent | Merge pull request #29674 from poettering/unexport-marshal-blob (diff) | |
download | systemd-2c87b71b00523ef2aecdd2b68e61008b7d2e5ecc.tar.xz systemd-2c87b71b00523ef2aecdd2b68e61008b7d2e5ecc.zip |
timedatectl: add missing commands to the help output
Follow up to 159a855b34c35484c28cf4b0178f93bc16447fac
Diffstat (limited to 'src/timedate')
-rw-r--r-- | src/timedate/timedatectl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/timedate/timedatectl.c b/src/timedate/timedatectl.c index 93e69a28b0..418faa5054 100644 --- a/src/timedate/timedatectl.c +++ b/src/timedate/timedatectl.c @@ -873,6 +873,9 @@ static int help(void) { "\nsystemd-timesyncd Commands:\n" " timesync-status Show status of systemd-timesyncd\n" " show-timesync Show properties of systemd-timesyncd\n" + " ntp-servers INTERFACE SERVER…\n" + " Set the interface specific NTP servers\n" + " revert INTERFACE Revert the interface specific NTP servers\n" "\nOptions:\n" " -h --help Show this help message\n" " --version Show package version\n" |