Skip to content

Commit

Permalink
fix: update options help text
Browse files Browse the repository at this point in the history
  • Loading branch information
Notexe committed Feb 19, 2024
1 parent f505cd6 commit 2a3fb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion G2GFxDataTool/Options.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class Options
[Option('g', "gfxexport", SetName = "export", Required = false, HelpText = "Path to gfxexport.exe (defaults to \"gfxexport.exe\").")]
public string gfxexportPath { get; set; } = "gfxexport.exe";

[Option('s', "save-paths", SetName = "export", Required = false, HelpText = "Saves Scaleform GFx and UIControl paths to scaleformgfx.txt and uicontrol.txt text files in the output directory.")]
[Option('s', "save-paths", SetName = "export", Required = false, HelpText = "Saves Scaleform GFx, UIControl and aspect paths to scaleformgfx.txt, uicontrol.txt and aspect.txt text files in the output directory.")]
public bool savePaths { get; set; }

[Option("game", SetName = "export", Required = false, HelpText = "Game version. Possible options are Hitman2016, Hitman2 and Hitman3 (defaults to Hitman3).\r\nNote: these are case sensitive.")]
Expand Down

0 comments on commit 2a3fb7a

Please sign in to comment.