From ab140b926aeee8fbae20cdba8d4ef31d51454416 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Wed, 23 Jun 2021 09:52:29 +0200 Subject: [PATCH] fix tip --- client/src/cmdtrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdtrace.c b/client/src/cmdtrace.c index 977a7483b..97910109f 100644 --- a/client/src/cmdtrace.c +++ b/client/src/cmdtrace.c @@ -498,7 +498,7 @@ static uint16_t printTraceLine(uint16_t tracepos, uint16_t traceLen, uint8_t *tr static int download_trace(void) { if (IfPm3Present() == false) { - PrintAndLogEx(FAILED, "You requested a trace upload in offline mode, consider using parameter '1' for working from Tracebuffer"); + PrintAndLogEx(FAILED, "You requested a trace upload in offline mode, consider using parameter '-1' for working from Tracebuffer"); return PM3_EINVARG; }