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