mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 13:38:43 +02:00
cli: update bash-completion file for 'connection modify'
This commit is contained in:
parent
16f5818927
commit
34ab351284
1 changed files with 5 additions and 1 deletions
|
|
@ -244,13 +244,17 @@ _nmcli()
|
|||
_nmcli_list "id uuid path type con-name"
|
||||
return 0
|
||||
;;
|
||||
modify)
|
||||
_nmcli_list_nl "$(_nmcli_con_id)"
|
||||
return 0
|
||||
;;
|
||||
delete)
|
||||
_nmcli_list "id uuid path"
|
||||
return 0
|
||||
;;
|
||||
esac
|
||||
|
||||
_nmcli_list "show up down add edit delete reload help"
|
||||
_nmcli_list "show up down add modify edit delete reload help"
|
||||
;;
|
||||
|
||||
device)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue