summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-10-26 11:25:17 -0400
committerDave Reisner <dreisner@archlinux.org>2012-10-26 19:22:32 -0400
commitb80f194eea3e2757966118cadf218354b11bf5da (patch)
tree08db2a7461b736a59cf8d48a59d7125e8e546f32
parente8988fc2a26cda58a2088c2884f4c3802c25dfc8 (diff)
bash-compleiton: add missing --disk-usage option for journalctl
-rw-r--r--bash-completion/systemd-bash-completion.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/systemd-bash-completion.sh b/bash-completion/systemd-bash-completion.sh
index 833af71b64..d6adfce0ea 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'