From: Marcos Mello Date: Fri, 2 Sep 2016 10:18:11 +0000 (-0300) Subject: shell-completion: add systemd-resolve --status (#4085) X-Git-Tag: v232~234 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0cea2697edd26113d5328d235572e4b0c77b8779;p=thirdparty%2Fsystemd.git shell-completion: add systemd-resolve --status (#4085) From be371fe. --- diff --git a/shell-completion/bash/systemd-resolve b/shell-completion/bash/systemd-resolve index 0c501c94057..f59482fe23c 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' )