Skip to content

Commit 3ce301a

Browse files
committed
Fix usage alignment, update version to 1.3.0
1 parent 46cc41c commit 3ce301a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

main.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ static void usage(void) {
2626
"\n"
2727
"Usage: %s [options...] <file>\n"
2828
"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"
3333
" -r, --raw Keep raw data, don't unpack.\n"
3434
" -y, --verify Verify hashes and signatures.\n"
3535
" -d, --dev Decrypt with development keys instead of retail.\n"

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#ifndef HACTOOL_VERSION_H
22
#define HACTOOL_VERSION_H
33

4-
#define HACTOOL_VERSION "1.2.0"
4+
#define HACTOOL_VERSION "1.3.0"
55

66
#endif

0 commit comments

Comments
 (0)