]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdparser.c
minor output change
[proxmark3-svn] / client / cmdparser.c
index 4f6e24635b7f3afd97015d6ac1a7c2838e08532b..7ea1bf47023d180b31dea6866164cedcfd5fda1c 100644 (file)
@@ -12,6 +12,7 @@
 #include <string.h>
 #include "ui.h"
 #include "cmdparser.h"
+#include "proxmark3.h"
 
 void CmdsHelp(const command_t Commands[])
 {
@@ -55,7 +56,7 @@ void CmdsParse(const command_t Commands[], const char *Cmd)
       ++len;
     Commands[i].Parse(Cmd + len);
   } else {
-    // show help (always first in array) for selected hierarchy or if command not recognised
+    // show help for selected hierarchy or if command not recognised
     CmdsHelp(Commands);
   }
 }
Impressum, Datenschutz