1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 10:25:37 +03:00

shell-completion: journalctl: add missing options

This commit is contained in:
Evgeny Vereshchagin 2015-09-25 04:24:29 +03:00
parent 023dd03a42
commit 6409d3af08

View File

@ -49,10 +49,11 @@ _journalctl() {
--utc -x --catalog --no-full --force --dump-catalog
--flush'
[ARG]='-b --boot --this-boot -D --directory --file -F --field
-o --output -u --unit --user-unit -p --priority'
-o --output -u --unit --user-unit -p --priority
--vacuum-size --vacuum-time'
[ARGUNKNOWN]='-c --cursor --interval -n --lines --since --until
--after-cursor --verify-key --identifier
--root --machine'
--after-cursor --verify-key -t --identifier
--root -M --machine'
)
if __contains_word "$prev" ${OPTS[ARG]} ${OPTS[ARGUNKNOWN]}; then