]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdparser.c
improved command hf mf sniff. Now it cant decode nested authentication and cant write...
[proxmark3-svn] / client / cmdparser.c
index 4f6e24635b7f3afd97015d6ac1a7c2838e08532b..6f17e0bdbe7c00cacd046131eba8073f9342159a 100644 (file)
@@ -55,7 +55,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