Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit 1a09099

Browse files
committed
cli: Rename pack's --outfile arg to --output to match convert
1 parent 14cb1ea commit 1a09099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cli/action_pack.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@ const OptionList& ActionPack::get_options() const {
130130

131131
opts::file = opts.add(
132132
ActionOption()
133-
.long_opt("--outfile")
133+
.long_opt("--output")
134134
.short_opt("-o")
135135
.type(OptType::String)
136136
.value(false)
137137
.end_of_line(true)
138-
.help("Output file name"));
138+
.help("Output file path"));
139139

140140
opts::rconst = opts.add(
141141
ActionOption()

0 commit comments

Comments
 (0)