]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
zsh-completion: add calendar to systemd-analyze (#8438)
authorDoug Christman <douglaschristman@gmail.com>
Tue, 13 Mar 2018 08:41:07 +0000 (16:41 +0800)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 13 Mar 2018 08:41:07 +0000 (09:41 +0100)
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