From: Evgeny Vereshchagin Date: Fri, 25 Sep 2015 01:24:29 +0000 (+0300) Subject: shell-completion: journalctl: add missing options X-Git-Tag: v227~74^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6409d3af08f0ce42acbfd7e7978a9bbb3312511e;p=thirdparty%2Fsystemd.git shell-completion: journalctl: add missing options --- diff --git a/shell-completion/bash/journalctl b/shell-completion/bash/journalctl index 65497683111..bb2bb25deb7 100644 --- a/shell-completion/bash/journalctl +++ b/shell-completion/bash/journalctl @@ -49,10 +49,11 @@ _journalctl() { --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' + -o --output -u --unit --user-unit -p --priority + --vacuum-size --vacuum-time' [ARGUNKNOWN]='-c --cursor --interval -n --lines --since --until - --after-cursor --verify-key --identifier - --root --machine' + --after-cursor --verify-key -t --identifier + --root -M --machine' ) if __contains_word "$prev" ${OPTS[ARG]} ${OPTS[ARGUNKNOWN]}; then