From b80f194eea3e2757966118cadf218354b11bf5da Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Fri, 26 Oct 2012 11:25:17 -0400 Subject: [PATCH] bash-compleiton: add missing --disk-usage option for journalctl --- bash-completion/systemd-bash-completion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.30.2