From 4121e778b16fdc9dfd0b2c1027e3cecb841058cf Mon Sep 17 00:00:00 2001 From: Damian Knoop Date: Sun, 5 Mar 2017 16:32:57 -0800 Subject: [PATCH] more correcting of less-than and greater-than for web consumption --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 585274a..29db00a 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Connect to a specific wifi network, based off BSSID (mac address of Access Point ============ usage: ./Build/Release/airport-bssid <ifname> [<bssid>] [<password>] -- Connect to specific wireless network on interface, provided by the access point with and password . +- Connect to specific wireless network on <ifname> interface, provided by the access point with <bssid> and password <password>. -- If and are excluded, a scan of wireless networks from interface is performed and a list of wireless networks are returned with ssid, bssid, channel, and signal strength details. +- If <bssid> and <password> are excluded, a scan of wireless networks from <ifname> interface is performed and a list of wireless networks are returned with ssid, bssid, channel, and signal strength details. - Forked from https://github.com/qpSHiNqp/airport-bssid