From b4f91f2ba354c16dc23111cc231010c975c717a2 Mon Sep 17 00:00:00 2001 From: Carlos Morata Castillo Date: Sat, 10 Jan 2015 02:08:21 +0100 Subject: Updates in bash autocompletions Hi, I did ./check-undocumented.sh -b (my script just submitted) and checked the results. Cheers. --- shell-completion/bash/journalctl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'shell-completion/bash/journalctl') 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 -- cgit v1.2.3-54-g00ecf