Update cli.cpp

This commit is contained in:
TheTank20 2023-09-02 11:31:25 -04:00 committed by GitHub
parent b1743f4bff
commit 0d016b8872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");
}