diff --git a/client/clparser/clparser.c b/client/clparser/clparser.c index 633fb03f..522218bb 100644 --- a/client/clparser/clparser.c +++ b/client/clparser/clparser.c @@ -5,7 +5,7 @@ // at your option, any later version. See the LICENSE.txt file for the text of // the license. //----------------------------------------------------------------------------- -// EMV commands +// Command line parser core commands //----------------------------------------------------------------------------- #include "clparser.h" diff --git a/client/clparser/clparser.h b/client/clparser/clparser.h index 2729a00f..8d53fc96 100644 --- a/client/clparser/clparser.h +++ b/client/clparser/clparser.h @@ -5,7 +5,7 @@ // at your option, any later version. See the LICENSE.txt file for the text of // the license. //----------------------------------------------------------------------------- -// EMV commands +// Command line parser core commands //----------------------------------------------------------------------------- #include "argtable3.h"