diff options
author | Harald Welte <laforge@gnumonks.org> | 2010-12-29 15:14:02 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2010-12-29 15:14:42 +0100 |
commit | 42b5ae25775cbfcb8f0f656e200817f235ba83a4 (patch) | |
tree | f211f24e9fa3c52c1a9dcbe4253c7fbf36632c00 | |
parent | a94f01bb1ab075bfd932d5d6d955211fc4317c59 (diff) |
-rw-r--r-- | easytool/easytool.c | 6 |
1 files changed, 5 insertions, 1 deletions
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 <laforge@gnumonks.org>\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) |