X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/92e592ce71c995c68b0ed455c58b2d0dacd406bc..c37d2e7078e0e9ced18ebb8d5c89c610350785af:/client/cmdmain.c diff --git a/client/cmdmain.c b/client/cmdmain.c index 322e5806..3cdcd089 100644 --- a/client/cmdmain.c +++ b/client/cmdmain.c @@ -20,7 +20,7 @@ static int CmdQuit(const char *Cmd); static command_t CommandTable[] = { - {"help", CmdHelp, 1, "This help"}, + {"help", CmdHelp, 1, "This help. Use ' help' for details of the following commands:\n"}, {"data", CmdData, 1, "Plot window / data buffer manipulation"}, {"exit", CmdQuit, 1, "Exit program"}, {"hf", CmdHF, 1, "HF commands"}, @@ -135,4 +135,4 @@ void UsbCommandReceived(UsbCommand *UC) PrintAndLog("unrecognized command %08x\n", UC->cmd); break; } -} \ No newline at end of file +}