fix help text formatting
This commit is contained in:
@@ -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 skip_checksum = args.get<bool>("skip-checksum");
|
||||
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);
|
||||
|
||||
if (seed.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user