From ad377c9d9f82235fd2c41e1abaa03fc82bcb6864 Mon Sep 17 00:00:00 2001 From: oblique Date: Sat, 23 May 2015 20:59:03 +0300 Subject: [PATCH] Add `--psk' in bash_completion --- bash_completion | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash_completion b/bash_completion index 19f996b..bc55943 100644 --- a/bash_completion +++ b/bash_completion @@ -47,6 +47,9 @@ _create_ap() { -m) opts="nat bridge none" ;; + --psk) + # No Options + ;; --hidden) # No Options ;;