diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-01-09 13:53:23 +0100 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-01-09 13:53:23 +0100 |
commit | e4e5a85f34db9b18a5ae84a659fcdaf7e494dec1 (patch) | |
tree | 920d98506c02891f52bd83d256e90d6313028c73 /shell-completion/bash | |
parent | 7ce9812173bd32dd46f2804b50815abf3fc18f11 (diff) |
shell-completion: add missing output modes
https://bugs.freedesktop.org/show_bug.cgi?id=88216
Diffstat (limited to 'shell-completion/bash')
-rw-r--r-- | shell-completion/bash/journalctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/journalctl b/shell-completion/bash/journalctl index 14dcd223b3..2efa1000e2 100644 --- a/shell-completion/bash/journalctl +++ b/shell-completion/bash/journalctl @@ -65,7 +65,7 @@ _journalctl() { compopt -o filenames ;; --output|-o) - comps='short short-monotonic verbose export json cat' + comps='short short-iso short-precise short-monotonic verbose export json json-pretty json-sse cat' ;; --field|-F) comps=${__journal_fields[*]} |