1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-03 17:47:28 +03:00

timedatectl: add missing commands to the help output

Follow up to 159a855b34c35484c28cf4b0178f93bc16447fac
This commit is contained in:
Antonio Alvarez Feijoo 2023-10-23 15:29:40 +02:00 committed by Luca Boccassi
parent f04333210b
commit 2c87b71b00

View File

@ -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"