mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-03-09 23:25:32 +07:00
bash-compleiton: add missing --disk-usage option for journalctl
This commit is contained in:
parent
e8988fc2a2
commit
b80f194eea
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user