From 216c9cdf9db6f7732219f128cf741db009c9c794 Mon Sep 17 00:00:00 2001 From: pottzman Date: Thu, 10 Aug 2023 16:51:53 +1000 Subject: [PATCH] Update cli.cpp --- src/cli.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cli.cpp b/src/cli.cpp index cc6e27d..c8c237e 100644 --- a/src/cli.cpp +++ b/src/cli.cpp @@ -57,6 +57,7 @@ void CLI::showHelp(char *argv[]) { fmt::print("\t-l --list\tshow which products/binks can be loaded\n"); fmt::print("\t-c --channelid\tspecify which Channel Identifier to use (defaults to 640)\n"); fmt::print("\t-s --serial\tspecifies a serial to use in the product ID (defaults to random, BINK1998 only)\n"); + fmt::print("\t-u --upgrade\tspecifies the Product Key will be an \"Upgrade\" version\n"); fmt::print("\t-V --validate\tproduct key to validate signature\n"); fmt::print("\n"); } @@ -72,6 +73,7 @@ int CLI::parseCommandLine(int argc, char* argv[], Options* options) { 0, 1, false, + false, false, false, false,