fix help text formatting

This commit is contained in:
Martin Michelsen
2023-11-25 22:13:13 -08:00
parent 220259b093
commit 62d4c65a7d
-1
View File
@@ -585,7 +585,6 @@ static void a_encrypt_decrypt_pc_save_fn(Arguments& args) {
bool is_decrypt = (args.get<string>(0) == "decrypt-pc-save"); bool is_decrypt = (args.get<string>(0) == "decrypt-pc-save");
bool skip_checksum = args.get<bool>("skip-checksum"); bool skip_checksum = args.get<bool>("skip-checksum");
string seed = args.get<string>("seed"); string seed = args.get<string>("seed");
string system_filename = args.get<string>("sys");
int64_t override_round2_seed = args.get<int64_t>("round2-seed", -1, Arguments::IntFormat::HEX); int64_t override_round2_seed = args.get<int64_t>("round2-seed", -1, Arguments::IntFormat::HEX);
if (seed.empty()) { if (seed.empty()) {