X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=shell-completion%2Fbash%2Fjournalctl;h=1387524a858cc22decbe424d2ae9538972d0bfa4;hp=14dcd223b377d235bdd0ba7d3579d83b14b8336d;hb=b4f91f2ba354c16dc23111cc231010c975c717a2;hpb=be8f4a9fa732d61e845e1ab1a62ac3a6b368d3a7;ds=sidebyside diff --git a/shell-completion/bash/journalctl b/shell-completion/bash/journalctl index 14dcd223b..1387524a8 100644 --- a/shell-completion/bash/journalctl +++ b/shell-completion/bash/journalctl @@ -44,11 +44,15 @@ _journalctl() { --disk-usage -f --follow --header -h --help -l --local --new-id128 -m --merge --no-pager --no-tail -q --quiet --setup-keys --this-boot --verify - --version --list-catalog --update-catalog --list-boots' + --version --list-catalog --update-catalog --list-boots + --show-cursor --dmesg -k --pager-end -e -r --reverse + --utc -x --catalog --no-full --force --dump-catalog + --flush' [ARG]='-b --boot --this-boot -D --directory --file -F --field -o --output -u --unit --user-unit -p --priority' [ARGUNKNOWN]='-c --cursor --interval -n --lines --since --until - --verify-key' + --after-cursor --verify-key --identifier + --root --machine' ) if __contains_word "$prev" ${OPTS[ARG]} ${OPTS[ARGUNKNOWN]}; then @@ -65,7 +69,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[*]}