hw command text

This commit is contained in:
Philippe Teuwen 2019-05-08 00:58:36 +02:00
parent 964006fd21
commit df2203d9c3

View file

@ -51,10 +51,10 @@ static int usage_hw_setmux(void) {
static int usage_hw_connect(void) {
PrintAndLogEx(NORMAL, "Connects to a Proxmark3 device via specified serial port");
PrintAndLogEx(NORMAL, "");
PrintAndLogEx(NORMAL, "Usage: hw connect [h] <port>");
PrintAndLogEx(NORMAL, "Usage: hw connect [h] [<port>]");
PrintAndLogEx(NORMAL, "Options:");
PrintAndLogEx(NORMAL, " h This help");
PrintAndLogEx(NORMAL, " <port> serial port to connect to");
PrintAndLogEx(NORMAL, " <port> Serial port to connect to, else retry the last used one");
PrintAndLogEx(NORMAL, "");
PrintAndLogEx(NORMAL, "Examples:");
PrintAndLogEx(NORMAL, " hw connect "SERIAL_PORT_EXAMPLE_H);