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=2efa1000e2aa650b1899531d779aa0a910ac2253;hb=b4f91f2ba354c16dc23111cc231010c975c717a2;hpb=001a247324b44c0e0b8fdba41a6fc66e7465b8b6 diff --git a/shell-completion/bash/journalctl b/shell-completion/bash/journalctl index 2efa1000e..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