From ab5d92f319ba878718ee0a96feca5277d31e79d5 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Sun, 15 Dec 2024 22:50:14 +1000 Subject: [PATCH] Add note to `--help` re: rom argument thanks MS --- src/BizHawk.Client.Common/ArgParser.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Client.Common/ArgParser.cs b/src/BizHawk.Client.Common/ArgParser.cs index 28e178a9fab..1352ee48bca 100644 --- a/src/BizHawk.Client.Common/ArgParser.cs +++ b/src/BizHawk.Client.Common/ArgParser.cs @@ -29,7 +29,7 @@ public BespokeOption(string[] aliases, string description) : base(aliases, description) {} } - private static readonly Argument ArgumentRomFilePath = new(name: "rom", () => null, description: "path; if specified, the file will be loaded the same way as it would be from `File` > `Open...`"); + private static readonly Argument ArgumentRomFilePath = new(name: "rom", () => null, description: "path; if specified, the file will be loaded the same way as it would be from `File` > `Open...`; this argument can and should be given LAST despite what it says at the top of --help"); private static readonly IReadOnlyList