diff options
author | Daniel Wallace <danielwallace@gtmanfred.com> | 2012-11-23 19:14:21 -0500 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2012-11-24 01:42:35 +0100 |
commit | 10341c618ef630c97989b2f5fd708e931fdbe541 (patch) | |
tree | 15522649bd6fbcae1e38e9d58bdeb8426f8127a2 /shell-completion/systemd-zsh-completion.zsh | |
parent | d85f4d4ebf088bdc6e4f7bf65b355e93e8c83498 (diff) |
fix --full for journalctl zsh completion
Diffstat (limited to 'shell-completion/systemd-zsh-completion.zsh')
-rw-r--r-- | shell-completion/systemd-zsh-completion.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/systemd-zsh-completion.zsh b/shell-completion/systemd-zsh-completion.zsh index 7799bf68da..a58f4ae0d4 100644 --- a/shell-completion/systemd-zsh-completion.zsh +++ b/shell-completion/systemd-zsh-completion.zsh @@ -77,7 +77,7 @@ _ctls() {-n,--lines=}'[Number of journal entries to show]:integer' \ '--no-tail[Show all lines, even in follow mode]' \ {-o,--output=}'[Change journal output mode]:output modes:_outputmodes' \ - {--full}'[Show long fields in full]' \ + '--full[Show long fields in full]' \ {-a,--all}'[Show all fields, including long and unprintable]' \ {-q,--quiet}"[Don't show privilege warning]" \ '--no-pager[Do not pipe output into a pager]' \ |