]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shell-completion: add systemd-resolve --status (#4085)
authorMarcos Mello <marcosfrm@users.noreply.github.com>
Fri, 2 Sep 2016 10:18:11 +0000 (07:18 -0300)
committerLennart Poettering <lennart@poettering.net>
Fri, 2 Sep 2016 10:18:11 +0000 (12:18 +0200)
From be371fe.

shell-completion/bash/systemd-resolve

index 0c501c94057ff7104feaed49e24f16679d6895cd..f59482fe23c6bef227dd5ff775df604a0f326ebb 100644 (file)
@@ -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'
         )