We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b18aa commit 97707a2Copy full SHA for 97707a2
support/argv
@@ -147,7 +147,7 @@ while getopts "h?vfFbut:EgSRCmrsVadxD:c:" opt; do
147
148
#DEBUG ECHO
149
printf "%s\n" "> creating connection to $target_mac..."
150
- printf "%s\n" "> witihin 5 seconds, please set $target_mac to discoverable..."
+ printf "%s\n" "> within 5 seconds, please set $target_mac to discoverable..."
151
152
#WAIT 5 SECONDS FOR DISCOVERABLE MODE
153
sleep 5
@@ -208,4 +208,4 @@ done
208
shift $((OPTIND-1))
209
210
#SHIFT IF NECESSARY
211
-[ "$1" = "--" ] && shift
+[ "$1" = "--" ] && shift
0 commit comments