File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ static void usage(void) {
26
26
"\n"
27
27
"Usage: %s [options...] <file>\n"
28
28
"Options:\n"
29
- "-i, --info Show file info.\n"
30
- " This is the default action.\n"
31
- "-x, --extract Extract data from file.\n"
32
- " This is also the default action.\n"
29
+ " -i, --info Show file info.\n"
30
+ " This is the default action.\n"
31
+ " -x, --extract Extract data from file.\n"
32
+ " This is also the default action.\n"
33
33
" -r, --raw Keep raw data, don't unpack.\n"
34
34
" -y, --verify Verify hashes and signatures.\n"
35
35
" -d, --dev Decrypt with development keys instead of retail.\n"
Original file line number Diff line number Diff line change 1
1
#ifndef HACTOOL_VERSION_H
2
2
#define HACTOOL_VERSION_H
3
3
4
- #define HACTOOL_VERSION "1.2 .0"
4
+ #define HACTOOL_VERSION "1.3 .0"
5
5
6
6
#endif
You can’t perform that action at this time.
0 commit comments