summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSwapnil Nagarkar <snagarka@redhat.com>2014-06-12 15:10:40 +0530
committerThomas Haller <thaller@redhat.com>2014-06-12 14:29:13 +0200
commit2e3523bb4325151a6e97de682dc2bd506de09461 (patch)
tree2ac34992204de0e9d6048fff9e5ea2d86a04e676
parent948a27257a8f170fe1930eee7f0362a5b67c01b3 (diff)
downloadNetworkManager-2e3523bb4325151a6e97de682dc2bd506de09461.tar.gz
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>
-rw-r--r--cli/completion/nmcli2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/completion/nmcli b/cli/completion/nmcli
index 43a62f7628..343c732205 100644
--- a/cli/completion/nmcli
+++ b/cli/completion/nmcli
@@ -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
;;