Revert "completion: don't offer completions for journalctl -b"

This reverts commit c756a6d57c.
This commit is contained in:
Lennart Poettering 2013-12-25 19:17:14 +01:00
parent 6cebe83cfa
commit b68b76897a
1 changed files with 2 additions and 2 deletions

View File

@ -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)