cli: update bash-completion file for 'connection modify'

This commit is contained in:
Jiří Klimeš
2013-04-18 09:31:25 +02:00
parent 16f5818927
commit 34ab351284

View File

@@ -244,13 +244,17 @@ _nmcli()
_nmcli_list "id uuid path type con-name" _nmcli_list "id uuid path type con-name"
return 0 return 0
;; ;;
modify)
_nmcli_list_nl "$(_nmcli_con_id)"
return 0
;;
delete) delete)
_nmcli_list "id uuid path" _nmcli_list "id uuid path"
return 0 return 0
;; ;;
esac esac
_nmcli_list "show up down add edit delete reload help" _nmcli_list "show up down add modify edit delete reload help"
;; ;;
device) device)