diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-14 02:29:24 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-14 02:33:21 +0900 |
commit | d104486ab6c65550f35e3b3993d9c61b2ea621a0 (patch) | |
tree | 1b0c6986c915fe138a65f552a81fe3dd42c18cf3 /shell-completion | |
parent | 3b59e2cbede76f9f63eda844b1905567adbdae5b (diff) | |
download | systemd-d104486ab6c65550f35e3b3993d9c61b2ea621a0.tar.gz |
bash-completion: journalctl: drop deprecated --new-id128 option
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/bash/journalctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/journalctl b/shell-completion/bash/journalctl index 829cf415be..f96228f64f 100644 --- a/shell-completion/bash/journalctl +++ b/shell-completion/bash/journalctl @@ -38,7 +38,7 @@ _journalctl() { local -A OPTS=( [STANDALONE]='-a --all --full --system --user --disk-usage -f --follow --header - -h --help -l --local --new-id128 -m --merge --no-pager + -h --help -l --local -m --merge --no-pager --no-tail -q --quiet --setup-keys --verify --version --list-catalog --update-catalog --list-boots --show-cursor --dmesg -k --pager-end -e -r --reverse |