X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=shell-completion%2Fbash%2Fjournalctl;h=e4b2f4ac84e82f823f50736196e36f8116dfdb5b;hp=476fe6ba2e0c82f6934fb2ce2ef08722e121a680;hb=f89a4474e05307e45992e1f30b6b1b26900d91bd;hpb=c756a6d57cdb678b702c68913dae3e11ff0427ae;ds=sidebyside diff --git a/shell-completion/bash/journalctl b/shell-completion/bash/journalctl index 476fe6ba2..e4b2f4ac8 100644 --- a/shell-completion/bash/journalctl +++ b/shell-completion/bash/journalctl @@ -43,7 +43,7 @@ _journalctl() { -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' - [ARG]='--boot --this-boot -D --directory --file -F --field + [ARG]='-b --boot --this-boot -D --directory --file -F --field -o --output -u --unit --user-unit' [ARGUNKNOWN]='-c --cursor --interval -n --lines -p --priority --since --until --verify-key' @@ -51,7 +51,7 @@ _journalctl() { if __contains_word "$prev" ${OPTS[ARG]} ${OPTS[ARGUNKNOWN]}; then case $prev in - --boot|--this-boot) + --boot|--this-boot|-b) comps=$(journalctl -F '_BOOT_ID' 2>/dev/null) ;; --directory|-D)