mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 05:32:02 +00:00
shell-completion: add missing output modes
https://bugs.freedesktop.org/show_bug.cgi?id=88216
This commit is contained in:
@@ -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[*]}
|
||||
|
||||
Reference in New Issue
Block a user