]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bash_completion: journalctl: add missing options
authorNamhyung Kim <namhyung@gmail.com>
Sat, 21 Jan 2017 07:36:20 +0000 (16:36 +0900)
committerNamhyung Kim <namhyung@gmail.com>
Sat, 21 Jan 2017 07:38:04 +0000 (16:38 +0900)
The --no-hostname and --vacuum-files were missing, add them.

shell-completion/bash/journalctl

index a999a10df18a17fb0773f78b1d08a9e69b106800..ded92cb73aa5a01a028b16974505e830eec29a48 100644 (file)
@@ -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'