From: Philippe Teuwen Date: Wed, 26 Mar 2014 21:44:25 +0000 (+0100) Subject: Fix description in help dump X-Git-Tag: v1.0.0~2^2~3 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/6f5dd6010ec48f56724029a414db1ee3594ab810 Fix description in help dump --- diff --git a/client/proxmark3.c b/client/proxmark3.c index 3c7e6451..3b30b3cb 100644 --- a/client/proxmark3.c +++ b/client/proxmark3.c @@ -219,8 +219,8 @@ static void dumpAllHelp() { offline=3; printf("\n# Proxmark3 command dump\n\n"); - printf("Some commands are available only if a Proxmark is actually connected,\n"); - printf("Those commands are flagged with \"@\" in front of their description.\n"); + printf("Some commands are available only if a Proxmark is actually connected.\n"); + printf("Check column \"offline\" for their availability.\n"); printf("\n"); command_t *cmds = getTopLevelCommandTable();