From eca0e61e19ef580362e070bf237290b58bec53e6 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Tue, 29 Jun 2021 05:25:37 -0600 Subject: [PATCH] ap_ctl.py : fixed usage -b is for baud Signed-off-by: Chuck SmileyRekiere --- ap_ctl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ap_ctl.py b/ap_ctl.py index 0a67ea04..c562b302 100755 --- a/ap_ctl.py +++ b/ap_ctl.py @@ -79,7 +79,7 @@ def usage(): print("-s|--scheme (serial|telnet|ssh): connect to controller via serial, ssh or telnet") print("--tty Serial port for accessing AP") print("-l|--log file: log messages here") - print("-b|--band: a (5Ghz) or b (2.4Ghz) or abgn for dual-band 2.4Ghz AP") + print("-b|--baud: serial baud rate") print("-z|--action: action") print("-h|--help")