summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorMarko Korhonen <github@functionalhacker.korhonen.cc>2023-05-08 19:01:16 +0300
committerGitHub <noreply@github.com>2023-05-09 01:01:16 +0900
commit2ad681f53cd06a2c4b54c79c7338adbdec4922d1 (patch)
tree9a662dcf39c0ed0238d29d9581000a466a23664a /shell-completion
parent16cda99c737714d6d259e45808e39f94408d90bd (diff)
downloadsystemd-2ad681f53cd06a2c4b54c79c7338adbdec4922d1.tar.gz
shell completion: add timesync-status and show-timesync to zsh completion file (#27574)
Fixes #27560
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/zsh/_timedatectl2
1 files changed, 2 insertions, 0 deletions
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'
)