mirror of
https://github.com/systemd/systemd.git
synced 2025-03-01 08:58:29 +03:00
bash_completion: journalctl: add missing options
The --no-hostname and --vacuum-files were missing, add them.
This commit is contained in:
parent
b03ec00960
commit
ed52c971bf
@ -42,10 +42,10 @@ _journalctl() {
|
||||
--version --list-catalog --update-catalog --list-boots
|
||||
--show-cursor --dmesg -k --pager-end -e -r --reverse
|
||||
--utc -x --catalog --no-full --force --dump-catalog
|
||||
--flush --rotate --sync'
|
||||
--flush --rotate --sync --no-hostname'
|
||||
[ARG]='-b --boot --this-boot -D --directory --file -F --field
|
||||
-M --machine -o --output -u --unit --user-unit -p --priority
|
||||
--vacuum-size --vacuum-time'
|
||||
--vacuum-size --vacuum-time --vacuum-files'
|
||||
[ARGUNKNOWN]='-c --cursor --interval -n --lines -S --since -U --until
|
||||
--after-cursor --verify-key -t --identifier
|
||||
--root'
|
||||
|
Loading…
x
Reference in New Issue
Block a user