1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-30 10:50:15 +03:00

zsh-completion: add calendar to systemd-analyze ()

This commit is contained in:
Doug Christman 2018-03-13 16:41:07 +08:00 committed by Zbigniew Jędrzejewski-Szmek
parent 7a30dfeb18
commit ce21568dc3

@ -33,12 +33,13 @@ _systemd_analyze_command(){
'plot:Output SVG graphic showing service initialization'
'dot:Dump dependency graph (in dot(1) format)'
'dump:Dump server status'
'unit-paths':List unit load paths'
'unit-paths:List unit load paths'
'log-level:Get/set systemd log threshold'
'log-target:Get/set systemd log target'
'service-watchdogs:Get/set service watchdog status'
'syscall-filter:List syscalls in seccomp filter'
'verify:Check unit files for correctness'
'calendar:Validate repetitive calendar time events'
)
if (( CURRENT == 1 )); then