nmcli/bash-completion: complete logging level "TRACE"

Fixes: bdea7d61d0
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Thomas Haller 2014-11-06 09:47:22 +01:00
parent fb78b671d7
commit 65b24725c5

View file

@ -272,7 +272,7 @@ _nmcli_compl_ARGS()
case "${words[0]}" in
level)
if [[ "${#words[@]}" -eq 2 ]]; then
_nmcli_list "ERR WARN INFO DEBUG"
_nmcli_list "ERR WARN INFO DEBUG TRACE"
return 0
fi
;;