mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-18 01:20:50 +01:00
nmcli/bash-completion: complete logging level "TRACE"
Fixes: bdea7d61d0
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
fb78b671d7
commit
65b24725c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue