[systemd-commits] bash-completion/systemd-bash-completion.sh
Dave Reisner
dreisner at kemper.freedesktop.org
Fri Oct 26 16:27:01 PDT 2012
bash-completion/systemd-bash-completion.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b80f194eea3e2757966118cadf218354b11bf5da
Author: Dave Reisner <dreisner at archlinux.org>
Date: Fri Oct 26 11:25:17 2012 -0400
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 833af71..d6adfce 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'
More information about the systemd-commits
mailing list