mirror of
https://github.com/systemd/systemd.git
synced 2025-03-30 10:50:15 +03:00
zsh-completion: add calendar to systemd-analyze (#8438)
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user