From 200290bc567751f5af954870bdbec20dc26a8e01 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 27 Apr 2019 00:33:14 +0200 Subject: [PATCH] doc multiple commands with -c --- client/proxmark3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/proxmark3.c b/client/proxmark3.c index f1cf3a056..010fd6ff0 100644 --- a/client/proxmark3.c +++ b/client/proxmark3.c @@ -259,7 +259,7 @@ static void show_help(bool showFullHelp, char *exec_name) { PrintAndLogEx(NORMAL, " -b/--baud serial port speed"); PrintAndLogEx(NORMAL, " -w/--wait 20sec waiting the serial port to appear in the OS"); PrintAndLogEx(NORMAL, " -f/--flush output will be flushed after every print"); - PrintAndLogEx(NORMAL, " -c/--command execute one proxmark3 command."); + PrintAndLogEx(NORMAL, " -c/--command execute one proxmark3 command (or several separated by ';')."); PrintAndLogEx(NORMAL, " -l/--lua execute lua script."); PrintAndLogEx(NORMAL, " -s/--script-file script file with one proxmark3 command per line"); PrintAndLogEx(NORMAL, "\nsamples:");