diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-11-16 23:41:58 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-11-16 23:41:58 +0100 |
commit | 12514db7d099bd66ad71cd4684bbf97a200b08fa (patch) | |
tree | 69109a32967dcab232f63eeb902ca11a5f71b734 /shell-completion/systemd-bash-completion.sh | |
parent | 0a496c9836cabf6448b3bc08161cdd677092e9ef (diff) |
shell-completion: add catalog options
Diffstat (limited to 'shell-completion/systemd-bash-completion.sh')
-rw-r--r-- | shell-completion/systemd-bash-completion.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/systemd-bash-completion.sh b/shell-completion/systemd-bash-completion.sh index 4c8161ff2b..2d425c0aab 100644 --- a/shell-completion/systemd-bash-completion.sh +++ b/shell-completion/systemd-bash-completion.sh @@ -297,7 +297,7 @@ _journalctl() { [STANDALONE]='-a --all -b --this-boot --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' + --version --list-catalog --update-catalog' [ARG]='-D --directory -F --field -o --output -u --unit' [ARGUNKNOWN]='-c --cursor --interval -n --lines -p --priority --since --until --verify-key' |