]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdparser.c
client/cmdparser.c: Cosmetic changes.
[proxmark3-svn] / client / cmdparser.c
index 6fca29c2b4cc66841ba0564b3ec7949fd47dce51..74ae29bba30697c03502b0cd580b1506356b4a5c 100644 (file)
@@ -29,5 +29,5 @@ void CmdsParse(const command_t Commands[], const char *Cmd)
     Commands[i].Parse(Cmd + len);
   else
     // show help (always first in array) for selected hierarchy or if command not recognised
-    Commands[0].Parse("help");
+    CmdsHelp(Commands);
 }
Impressum, Datenschutz