Skip to content

Commit

Permalink
Rename --base to --profile
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0ade committed Nov 11, 2018
1 parent 2c5091b commit 1b83dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static void Main(string[] args) {
OptionSet options = new OptionSet {
{ "h|help", "Show this message and exit.", v => showHelp = v != null },
{ "v|version", "Show the version and exit.", v => showVersion = v != null },
{ "base=", "Choose between multiple default configs:\ndefault, minimal, forms", v => {
{ "profile=", "Choose between multiple base profiles:\ndefault, minimal, forms", v => {
switch (v.ToLowerInvariant()) {
case "default":
xtf.HookCompat = true;
Expand Down

0 comments on commit 1b83dc7

Please # to comment.