From: Antonio Alvarez Feijoo Date: Mon, 23 Oct 2023 13:29:40 +0000 (+0200) Subject: timedatectl: add missing commands to the help output X-Git-Tag: v255-rc1~162 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c87b71b00523ef2aecdd2b68e61008b7d2e5ecc;p=thirdparty%2Fsystemd.git timedatectl: add missing commands to the help output Follow up to 159a855b34c35484c28cf4b0178f93bc16447fac --- diff --git a/src/timedate/timedatectl.c b/src/timedate/timedatectl.c index 93e69a28b0e..418faa5054c 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"