1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-26 17:27:41 +03:00

shell completion: add timesync-status and show-timesync to zsh completion file (#27574)

Fixes #27560
This commit is contained in:
Marko Korhonen 2023-05-08 19:01:16 +03:00 committed by GitHub
parent 16cda99c73
commit 2ad681f53c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'
)