From: Namhyung Kim Date: Sat, 21 Jan 2017 07:36:20 +0000 (+0900) Subject: bash_completion: journalctl: add missing options X-Git-Tag: v233~223^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed52c971bfa546bfe1f8b329a41ac06077464fb6;p=thirdparty%2Fsystemd.git bash_completion: journalctl: add missing options The --no-hostname and --vacuum-files were missing, add them. --- diff --git a/shell-completion/bash/journalctl b/shell-completion/bash/journalctl index a999a10df18..ded92cb73aa 100644 --- a/shell-completion/bash/journalctl +++ b/shell-completion/bash/journalctl @@ -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'