bash_completion: journalctl: add missing options

The --no-hostname and --vacuum-files were missing, add them.
This commit is contained in:
Namhyung Kim 2017-01-21 16:36:20 +09:00
parent b03ec00960
commit ed52c971bf

View file

@ -42,10 +42,10 @@ _journalctl() {
--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 --rotate --sync'
--flush --rotate --sync --no-hostname'
[ARG]='-b --boot --this-boot -D --directory --file -F --field
-M --machine -o --output -u --unit --user-unit -p --priority
--vacuum-size --vacuum-time'
--vacuum-size --vacuum-time --vacuum-files'
[ARGUNKNOWN]='-c --cursor --interval -n --lines -S --since -U --until
--after-cursor --verify-key -t --identifier
--root'