X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=shell-completion%2Fbash%2Fsystemd-analyze;fp=shell-completion%2Fbash%2Fsystemd-analyze;h=b65466ba47535d625b0aa62fc0c620ee642607d1;hp=5bd676866b425eebe6a7ef41bc72089ea101c8af;hb=299c397c127cda34facbe7d089f944a708ec95e9;hpb=418e37506e6a419a808a82081ca1616caa03a206 diff --git a/shell-completion/bash/systemd-analyze b/shell-completion/bash/systemd-analyze index 5bd676866..b65466ba4 100644 --- a/shell-completion/bash/systemd-analyze +++ b/shell-completion/bash/systemd-analyze @@ -31,7 +31,7 @@ _systemd_analyze() { local OPTS='--help --version --system --user --from-pattern --to-pattern --order --require' local -A VERBS=( - [NO_OPTION]='time blame plot' + [STANDALONE]='time blame plot dump' [CRITICAL_CHAIN]='critical-chain' [DOT]='dot' [LOG_LEVEL]='set-log-level' @@ -55,7 +55,7 @@ _systemd_analyze() { if [[ -z $verb ]]; then comps=${VERBS[*]} - elif __contains_word "$verb" ${VERBS[NO_OPTION]}; then + elif __contains_word "$verb" ${VERBS[STANDALONE]}; then if [[ $cur = -* ]]; then comps='--help --version --system --user' fi