Skip to content

Commit

Permalink
Removed extra carriage return
Browse files Browse the repository at this point in the history
  • Loading branch information
gabryelreyes committed Nov 8, 2023
1 parent 917c243 commit c1d051f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ArduinoNative/Arduino.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ static int handleCommandLineArguments(PrgArguments& prgArguments, int argc, char
printf("Usage: %s <option(s)>\nOptions:\n", programName);
printf("\t-h\t\t\tShow this help message.\n"); /* Help */
printf("\t-n <NAME>\t\tSet robot name.\n"); /* Robot Name */
printf("\t-p <PORT NUMBER>\tSet SocketServer port.\n"); /* SocketServer Port */
printf("\t-p <PORT NUMBER>\tSet SocketServer port."); /* SocketServer Port */
printf(" Default: %s\n", PRG_ARG_SOCKET_SERVER_PORT_DEFAULT); /* SocketServer port default value*/
}

Expand Down

0 comments on commit c1d051f

Please sign in to comment.