From e4e5a85f34db9b18a5ae84a659fcdaf7e494dec1 Mon Sep 17 00:00:00 2001 From: Ronny Chevalier Date: Fri, 9 Jan 2015 13:53:23 +0100 Subject: shell-completion: add missing output modes https://bugs.freedesktop.org/show_bug.cgi?id=88216 --- shell-completion/bash/journalctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell-completion/bash') 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[*]} -- cgit v1.2.3-54-g00ecf