]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - shell-completion/zsh/_systemd-analyze
zsh-completion: add calendar to systemd-analyze (#8438)
[thirdparty/systemd.git] / shell-completion / zsh / _systemd-analyze
index bccdb951f17faecf11ea2d3881851ab7785c7b93..56982e3d115988a95508c2319c4d72a7dabd28e1 100644 (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