From 3ce301aac94babcc46ba0e36b53842cc996818a9 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Wed, 15 Jan 2020 10:32:58 -0800 Subject: [PATCH] Fix usage alignment, update version to 1.3.0 --- main.c | 8 ++++---- version.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/main.c b/main.c index 58f33fa..15fee08 100644 --- a/main.c +++ b/main.c @@ -26,10 +26,10 @@ static void usage(void) { "\n" "Usage: %s [options...] \n" "Options:\n" - "-i, --info Show file info.\n" - " This is the default action.\n" - "-x, --extract Extract data from file.\n" - " This is also the default action.\n" + " -i, --info Show file info.\n" + " This is the default action.\n" + " -x, --extract Extract data from file.\n" + " This is also the default action.\n" " -r, --raw Keep raw data, don't unpack.\n" " -y, --verify Verify hashes and signatures.\n" " -d, --dev Decrypt with development keys instead of retail.\n" diff --git a/version.h b/version.h index 831d265..fae218a 100644 --- a/version.h +++ b/version.h @@ -1,6 +1,6 @@ #ifndef HACTOOL_VERSION_H #define HACTOOL_VERSION_H -#define HACTOOL_VERSION "1.2.0" +#define HACTOOL_VERSION "1.3.0" #endif