Skip to content

Commit

Permalink
make "patchdir" optional
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo committed Oct 26, 2022
1 parent 74378f4 commit e29ac63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SuperPatchUtils/Commands/BromiteRepo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ internal static IEnumerable<Command> GetCommands()
new Argument<string>("outputdir", "The output directory"),
new Option("--verbose", "Verbose mode"),
new Option("--createpatched", "Verbose mode"),
new Argument<string>("patchdir", "The patched output directory"),
new Option<string>("--patchdir", "The patched output directory"),
}.WithHandler(typeof(BromiteRepo), nameof(Commands.BromiteRepo.DownloadRepoAsync))
};
}
Expand Down

0 comments on commit e29ac63

Please sign in to comment.