diff --git a/src/cli/action_pack.cpp b/src/cli/action_pack.cpp index 3146d71..4f0fcc6 100644 --- a/src/cli/action_pack.cpp +++ b/src/cli/action_pack.cpp @@ -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()