mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 12:18:13 +02:00
nmcli autocomplete tab display : rename ERROR to ERR
The nmcli auto completation shows log levels as ERROR.
But giving ERROR it does not work. This should renamed
from ERROR to ERR
https://mail.gnome.org/archives/networkmanager-list/2014-June/msg00019.html
Signed-off-by: Thomas Haller <thaller@redhat.com>
(cherry picked from commit 2e3523bb43)
This commit is contained in:
parent
063b2e7618
commit
5f6e53c3a6
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ _nmcli_compl_ARGS()
|
|||
case "${words[0]}" in
|
||||
level)
|
||||
if [[ "${#words[@]}" -eq 2 ]]; then
|
||||
_nmcli_list "ERROR WARN INFO DEBUG"
|
||||
_nmcli_list "ERR WARN INFO DEBUG"
|
||||
return 0
|
||||
fi
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue