diff --git a/src/BizHawk.Client.Common/ArgParser.cs b/src/BizHawk.Client.Common/ArgParser.cs index 02796fd981..117cf888b1 100644 --- a/src/BizHawk.Client.Common/ArgParser.cs +++ b/src/BizHawk.Client.Common/ArgParser.cs @@ -23,47 +23,47 @@ namespace BizHawk.Client.Common : base(name: name, description: description) {} } - private static readonly Argument ArgumentRomFilePath = new("rom", () => null); + 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 IReadOnlyList