]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shell-completion: journalctl: add missing options 1380/head
authorEvgeny Vereshchagin <evvers@ya.ru>
Fri, 25 Sep 2015 01:24:29 +0000 (04:24 +0300)
committerEvgeny Vereshchagin <evvers@ya.ru>
Fri, 25 Sep 2015 01:24:29 +0000 (04:24 +0300)
shell-completion/bash/journalctl

index 65497683111f4c5da533f10daeebba064099ba8f..bb2bb25deb745188d392356eee0ee526983c5e18 100644 (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