From 2ad681f53cd06a2c4b54c79c7338adbdec4922d1 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Mon, 8 May 2023 19:01:16 +0300 Subject: [PATCH] shell completion: add timesync-status and show-timesync to zsh completion file (#27574) Fixes #27560 --- shell-completion/zsh/_timedatectl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell-completion/zsh/_timedatectl b/shell-completion/zsh/_timedatectl index 2dadb65dbd..2467b80bcf 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' ) -- 2.25.1