diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-04-29 22:02:57 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-05-01 09:59:24 -0400 |
commit | 96de7c047f23eb07af0844de8d450530d56f8dfb (patch) | |
tree | b23e0c1d4d436ed971706ee403174e38cc83aa1e /src/analyze | |
parent | a432cb691ca3c1e18b012cb8e9f6e5654b3652a2 (diff) |
zsh-completion: add s-a critical-chain
Diffstat (limited to 'src/analyze')
-rw-r--r-- | src/analyze/systemd-analyze.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/analyze/systemd-analyze.c b/src/analyze/systemd-analyze.c index 14c07e409e..7f0b69c5a1 100644 --- a/src/analyze/systemd-analyze.c +++ b/src/analyze/systemd-analyze.c @@ -1137,6 +1137,10 @@ static void analyze_help(void) " plot Output SVG graphic showing service initialization\n" " dot Dump dependency graph (in dot(1) format)\n\n", program_invocation_short_name); + + /* When updating this list, including descriptions, apply + * changes to shell-completion/bash/systemd and + * shell-completion/systemd-zsh-completion.zsh too. */ } static int parse_argv(int argc, char *argv[]) |