]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdmain.c
make parser slightly more user friendly (default to 'help')
[proxmark3-svn] / client / cmdmain.c
index 322e580640c96ab714e81f32f7d67ea81b593875..3cdcd08937a8497d0258432aacf5352e4aea616a 100644 (file)
@@ -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 '<command> 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
+}
Impressum, Datenschutz