bash-compleiton: add missing --disk-usage option for journalctl

This commit is contained in:
Dave Reisner 2012-10-26 11:25:17 -04:00
parent e8988fc2a2
commit b80f194eea
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ complete -F _loginctl loginctl
_journalctl() {
local field_vals= cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]}
local -A OPTS=(
[STANDALONE]='-a --all -b --this-boot -f --follow --header
[STANDALONE]='-a --all -b --this-boot --disk-usage -f --follow --header
-h --help -l --local --new-id128 -m --merge --no-pager
--no-tail -q --quiet --setup-keys --this-boot --verify
--version'