X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/53d85a8fa1c1b98cb79c40712d1668731bdcaf49..be1b97d81fe44d9227a5c581fd279fed062a18cd:/client/loclass/main.c?ds=sidebyside

diff --git a/client/loclass/main.c b/client/loclass/main.c
index d1b0359b..fa9886ee 100644
--- a/client/loclass/main.c
+++ b/client/loclass/main.c
@@ -22,7 +22,7 @@
  *
  * This is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as published
- * by the Free Software Foundation.
+ * by the Free Software Foundation, or, at your option, any later version. 
  *
  * This file is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -33,7 +33,6 @@
  * along with loclass.  If not, see <http://www.gnu.org/licenses/>.
  * 
  * 
- * 
  ****************************************************************************/
 
 
@@ -69,7 +68,7 @@ int showHelp()
 	prnlog("-h                 Show this help");
 	prnlog("-f <filename>      Bruteforce iclass dumpfile");
 	prnlog("                   An iclass dumpfile is assumed to consist of an arbitrary number of malicious CSNs, and their protocol responses");
-	prnlog("                   The the binary format of the file is expected to be as follows: ");
+	prnlog("                   The binary format of the file is expected to be as follows: ");
 	prnlog("                   <8 byte CSN><8 byte CC><4 byte NR><4 byte MAC>");
 	prnlog("                   <8 byte CSN><8 byte CC><4 byte NR><4 byte MAC>");
 	prnlog("                   <8 byte CSN><8 byte CC><4 byte NR><4 byte MAC>");