From: Doug Christman Date: Tue, 13 Mar 2018 08:41:07 +0000 (+0800) Subject: zsh-completion: add calendar to systemd-analyze (#8438) X-Git-Tag: v239~551 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce21568dc34494f125bb70f6c51f80a5232b9020;p=thirdparty%2Fsystemd.git zsh-completion: add calendar to systemd-analyze (#8438) --- diff --git a/shell-completion/zsh/_systemd-analyze b/shell-completion/zsh/_systemd-analyze index bccdb951f17..56982e3d115 100644 --- a/shell-completion/zsh/_systemd-analyze +++ b/shell-completion/zsh/_systemd-analyze @@ -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