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

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
1 changed files with 2 additions and 1 deletions

View File

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