Add `--psk' in bash_completion
This commit is contained in:
@ -47,6 +47,9 @@ _create_ap() {
|
||||
-m)
|
||||
opts="nat bridge none"
|
||||
;;
|
||||
--psk)
|
||||
# No Options
|
||||
;;
|
||||
--hidden)
|
||||
# No Options
|
||||
;;
|
||||
|
Reference in New Issue
Block a user