diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-10-21 18:53:57 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-10-21 18:53:57 -0400 |
commit | 299c397c127cda34facbe7d089f944a708ec95e9 (patch) | |
tree | 129006f2cced5acf49d1fb7b62ef9950d52ca1c7 /shell-completion/zsh/_systemd-analyze | |
parent | 418e37506e6a419a808a82081ca1616caa03a206 (diff) |
shell-completion: dump has moved to systemd-analyze
Rename NO_OPTION to STANDALONE for consistency with other files.
Diffstat (limited to 'shell-completion/zsh/_systemd-analyze')
-rw-r--r-- | shell-completion/zsh/_systemd-analyze | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell-completion/zsh/_systemd-analyze b/shell-completion/zsh/_systemd-analyze index 37c60f5b40..2eda5fe8a9 100644 --- a/shell-completion/zsh/_systemd-analyze +++ b/shell-completion/zsh/_systemd-analyze @@ -15,6 +15,7 @@ _systemd_analyze_command(){ 'critical-chain:Print a tree of the time critical chain of units' 'plot:Output SVG graphic showing service initialization' 'dot:Dump dependency graph (in dot(1) format)' + 'dump:Dump server status' 'set-log-level:Set systemd log threshold' ) |