mirror of
https://github.com/systemd/systemd.git
synced 2026-08-09 17:38:42 +00:00
The zsh completion for timedatectl was missing three commands ('show',
'ntp-servers', 'revert') and five options (--monitor, -p/--property=,
-a/--all, --value, -P) that are already present in the bash completion,
documented in the man page, and implemented in the binary.
Fixes #16507