From: Marcos Mello Date: Wed, 11 Nov 2015 10:29:46 +0000 (-0200) Subject: shell-completion: journalctl: add -S and -U options X-Git-Tag: v228~56^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=23c35c82c43cfb0997ef6dedfd39d5acac44e7d7;p=thirdparty%2Fsystemd.git shell-completion: journalctl: add -S and -U options Added by 66f5292 --- diff --git a/shell-completion/bash/journalctl b/shell-completion/bash/journalctl index 056cdbce703..4a7e0da1abf 100644 --- a/shell-completion/bash/journalctl +++ b/shell-completion/bash/journalctl @@ -51,7 +51,7 @@ _journalctl() { [ARG]='-b --boot --this-boot -D --directory --file -F --field -o --output -u --unit --user-unit -p --priority --vacuum-size --vacuum-time' - [ARGUNKNOWN]='-c --cursor --interval -n --lines --since --until + [ARGUNKNOWN]='-c --cursor --interval -n --lines -S --since -U --until --after-cursor --verify-key -t --identifier --root -M --machine' )