diff options
author | Torstein Husebø <torstein@huseboe.net> | 2015-01-26 15:29:14 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-26 10:39:47 -0500 |
commit | cc98b3025eeb89addb76a27390cb2baca4eab8b9 (patch) | |
tree | ab7a776869de4cf49a5382307e9133fbdb9676d9 /shell-completion | |
parent | ebf31a1f58d0b10ca63c928ff31b7745fc724003 (diff) |
treewide: fix multiple typos
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/zsh/_systemd-analyze | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/zsh/_systemd-analyze b/shell-completion/zsh/_systemd-analyze index 3edf92effe..2c0e5433eb 100644 --- a/shell-completion/zsh/_systemd-analyze +++ b/shell-completion/zsh/_systemd-analyze @@ -47,7 +47,7 @@ _arguments \ '--system[Operate on system systemd instance]' \ '--user[Operate on user systemd instance]' \ '--no-pager[Do not pipe output into a pager]' \ - '--man=[Do (not) check for exietnce of man pages]:boolean:(1 0)' \ + '--man=[Do (not) check for existence of man pages]:boolean:(1 0)' \ '--order[When generating graph for dot, show only order]' \ '--require[When generating graph for dot, show only requirement]' \ '--fuzz=[When printing the tree of the critical chain, print also services, which finished TIMESPAN earlier, than the latest in the branch]:TIMESPAN' \ |