X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/035303ac5f3e5e38cfa79a3a4c0d0bf76e70bd6b..55acbb2a3903f7940d0db5fae2e8f4fdab51d1b8:/client/cmdparser.c diff --git a/client/cmdparser.c b/client/cmdparser.c index 4f6e2463..6f17e0bd 100644 --- a/client/cmdparser.c +++ b/client/cmdparser.c @@ -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); } }