Skip to content

Commit

Permalink
cli: Rename pack's --outfile arg to --output to match convert
Browse files Browse the repository at this point in the history
  • Loading branch information
JJL772 committed Aug 31, 2024
1 parent 14cb1ea commit 1a09099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli/action_pack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,12 @@ const OptionList& ActionPack::get_options() const {

opts::file = opts.add(
ActionOption()
.long_opt("--outfile")
.long_opt("--output")
.short_opt("-o")
.type(OptType::String)
.value(false)
.end_of_line(true)
.help("Output file name"));
.help("Output file path"));

opts::rconst = opts.add(
ActionOption()
Expand Down

0 comments on commit 1a09099

Please sign in to comment.