diff options
author | Carlos Morata Castillo <cmc809@inlumine.ual.es> | 2015-01-10 02:08:21 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-29 00:44:30 -0500 |
commit | b4f91f2ba354c16dc23111cc231010c975c717a2 (patch) | |
tree | 18b438fa21beb291cefb62f49fa7bdab2bc08bfd /shell-completion/bash/journalctl | |
parent | 001a247324b44c0e0b8fdba41a6fc66e7465b8b6 (diff) |
Updates in bash autocompletions
Hi,
I did ./check-undocumented.sh -b (my script just submitted) and checked
the results.
Cheers.
Diffstat (limited to 'shell-completion/bash/journalctl')
-rw-r--r-- | shell-completion/bash/journalctl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/shell-completion/bash/journalctl b/shell-completion/bash/journalctl index 2efa1000e2..1387524a85 100644 --- a/shell-completion/bash/journalctl +++ b/shell-completion/bash/journalctl @@ -44,11 +44,15 @@ _journalctl() { --disk-usage -f --follow --header -h --help -l --local --new-id128 -m --merge --no-pager --no-tail -q --quiet --setup-keys --this-boot --verify - --version --list-catalog --update-catalog --list-boots' + --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' [ARG]='-b --boot --this-boot -D --directory --file -F --field -o --output -u --unit --user-unit -p --priority' [ARGUNKNOWN]='-c --cursor --interval -n --lines --since --until - --verify-key' + --after-cursor --verify-key --identifier + --root --machine' ) if __contains_word "$prev" ${OPTS[ARG]} ${OPTS[ARGUNKNOWN]}; then |