summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2015-09-25 04:24:29 +0300
committerEvgeny Vereshchagin <evvers@ya.ru>2015-09-25 04:24:29 +0300
commit6409d3af08f0ce42acbfd7e7978a9bbb3312511e (patch)
treea809529a6e759abe73e643403033fa2bd7c521dd /shell-completion
parent023dd03a4299f3ee0889d2f8dab45ab18e2f27f0 (diff)
shell-completion: journalctl: add missing options
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/bash/journalctl7
1 files changed, 4 insertions, 3 deletions
diff --git a/shell-completion/bash/journalctl b/shell-completion/bash/journalctl
index 6549768311..bb2bb25deb 100644
--- a/shell-completion/bash/journalctl
+++ b/shell-completion/bash/journalctl
@@ -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