From 0d016b88727db5a861830f57eb57bf2184131f98 Mon Sep 17 00:00:00 2001 From: TheTank20 Date: Sat, 2 Sep 2023 11:31:25 -0400 Subject: [PATCH] Update cli.cpp --- src/cli.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cli.cpp b/src/cli.cpp index 80fe38f..b2ce5bb 100644 --- a/src/cli.cpp +++ b/src/cli.cpp @@ -61,6 +61,7 @@ void CLI::showHelp(char *argv[]) { 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("\t-N --nonewline\tdisables newlines (for easier embedding in other apps)\n"); fmt::print("\n"); }