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