summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorNamhyung Kim <namhyung@gmail.com>2017-01-21 16:36:20 +0900
committerNamhyung Kim <namhyung@gmail.com>2017-01-21 16:38:04 +0900
commited52c971bfa546bfe1f8b329a41ac06077464fb6 (patch)
tree0076d39ff961ad9c056439ae6ae7d2f5ef2bdc04 /shell-completion
parentb03ec0096037bddfe0ece2af9a6b14b61df02b34 (diff)
bash_completion: journalctl: add missing options
The --no-hostname and --vacuum-files were missing, add them.
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/bash/journalctl4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell-completion/bash/journalctl b/shell-completion/bash/journalctl
index a999a10df1..ded92cb73a 100644
--- a/shell-completion/bash/journalctl
+++ b/shell-completion/bash/journalctl
@@ -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'