From 42b5ae25775cbfcb8f0f656e200817f235ba83a4 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 29 Dec 2010 15:14:02 +0100 Subject: Add help message and bump revision to 0.05 --- easytool/easytool.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/easytool/easytool.c b/easytool/easytool.c index c504003..4081888 100644 --- a/easytool/easytool.c +++ b/easytool/easytool.c @@ -42,7 +42,7 @@ /* Easycard specific includes */ #include "easycard.h" -#define VERSION "0.04" +#define VERSION "0.05" #define COPYRIGHT \ "EasyTool "VERSION" (C) 2010 by Harald Welte \n" \ "This is FREE SOFTWARE with ABSOLUTELY NO WARRANTY\n\n" \ @@ -132,6 +132,10 @@ static void dump_easycard(mifare_tag *mft) static void print_help(void) { + printf( " -a --dump-access-bits\t\tDump the MIFARE access bits\n" + " -r --alter-recharge DELTA\tAlter the last recharge\n" + " -p --alter-purchase DELTA\tAlter the last purchase\n" + " -h --help\t\t\tPrint this help message\n"); } int main(int argc, char **argv) -- cgit v1.2.3