From: Dave Reisner Date: Fri, 26 Oct 2012 15:25:17 +0000 (-0400) Subject: bash-compleiton: add missing --disk-usage option for journalctl X-Git-Tag: v196~210 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b80f194eea3e2757966118cadf218354b11bf5da;p=elogind.git bash-compleiton: add missing --disk-usage option for journalctl --- diff --git a/bash-completion/systemd-bash-completion.sh b/bash-completion/systemd-bash-completion.sh index 833af71b6..d6adfce0e 100644 --- a/bash-completion/systemd-bash-completion.sh +++ b/bash-completion/systemd-bash-completion.sh @@ -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'