summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorDoug Christman <douglaschristman@gmail.com>2018-03-13 16:41:07 +0800
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-03-13 09:41:07 +0100
commitce21568dc34494f125bb70f6c51f80a5232b9020 (patch)
tree994ece9a29190034de3bdf5483acd174b3f14ad8 /shell-completion
parent7a30dfeb18d09940a844389e06b25ca2bca5e093 (diff)
zsh-completion: add calendar to systemd-analyze (#8438)
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/zsh/_systemd-analyze3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell-completion/zsh/_systemd-analyze b/shell-completion/zsh/_systemd-analyze
index bccdb951f1..56982e3d11 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