From: Marko Korhonen Date: Mon, 8 May 2023 16:01:16 +0000 (+0300) Subject: shell completion: add timesync-status and show-timesync to zsh completion file (... X-Git-Tag: v254-rc1~538 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ad681f53cd06a2c4b54c79c7338adbdec4922d1;p=thirdparty%2Fsystemd.git shell completion: add timesync-status and show-timesync to zsh completion file (#27574) Fixes #27560 --- diff --git a/shell-completion/zsh/_timedatectl b/shell-completion/zsh/_timedatectl index 2dadb65dbd7..2467b80bcfd 100644 --- a/shell-completion/zsh/_timedatectl +++ b/shell-completion/zsh/_timedatectl @@ -36,6 +36,8 @@ _timedatectl_command(){ 'set-time:Set system time' 'set-timezone:Set system timezone' 'list-timezones:Show known timezones' + 'timesync-status:Show status of systemd-timesyncd' + 'show-timesync:Show properties of systemd-timesyncd' 'set-local-rtc:Control whether RTC is in local time' 'set-ntp:Control whether NTP is enabled' )