diff options
author | Marcos Mello <marcosfrm@users.noreply.github.com> | 2016-09-02 07:18:11 -0300 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-09-02 12:18:11 +0200 |
commit | 0cea2697edd26113d5328d235572e4b0c77b8779 (patch) | |
tree | 694a5951dd3cef6c715baf38aa026f94e09f1c78 /shell-completion | |
parent | e5e0cffce784b2cf6f57f110cc9c4355f7703200 (diff) |
shell-completion: add systemd-resolve --status (#4085)
From be371fe.
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/bash/systemd-resolve | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell-completion/bash/systemd-resolve b/shell-completion/bash/systemd-resolve index 0c501c9405..f59482fe23 100644 --- a/shell-completion/bash/systemd-resolve +++ b/shell-completion/bash/systemd-resolve @@ -36,8 +36,8 @@ _systemd-resolve() { local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} local -A OPTS=( [STANDALONE]='-h --help --version -4 -6 - --service --openpgp --tlsa --statistics --reset-statistics - --service-address=no --service-txt=no + --service --openpgp --tlsa --status --statistics + --reset-statistics --service-address=no --service-txt=no --cname=no --search=no --legend=no' [ARG]='-i --interface -p --protocol -t --type -c --class' ) |