Skip to content

Commit e4f8d5e

Browse files
yuwatakeszybz
authored andcommitted
shell-completion: add missing verbs for networkctl
1 parent 8f84319 commit e4f8d5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shell-completion/bash/networkctl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ _networkctl() {
3737
)
3838

3939
local -A VERBS=(
40-
[STANDALONE]='label'
41-
[LINKS]='status list lldp delete renew'
40+
[STANDALONE]='label reload'
41+
[LINKS]='status list lldp delete renew up down forcerenew reconfigure'
4242
)
4343

4444
_init_completion || return

0 commit comments

Comments
 (0)