Skip to content

Commit

Permalink
Remove duplicated "-d" option
Browse files Browse the repository at this point in the history
  • Loading branch information
redssu committed Feb 25, 2023
1 parent 9447435 commit 0ff7090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drivers/FontDriver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ private Command GetReplaceCommand()

private Option<bool> GetGenerateDebugImageOption() =>
new Option<bool>(
aliases: new[] { "-d", "--generate-debug-image" },
aliases: new[] { "-i", "--generate-debug-image" },
description: "Generate a debug image",
getDefaultValue: () => false
);
Expand Down

0 comments on commit 0ff7090

Please sign in to comment.