Skip to content

Commit

Permalink
docs(cli): add hint in convert subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Sep 27, 2024
1 parent 130f4bb commit aef2473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/args/convert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub(crate) struct Args {
/// Path containing the hkx/xml file/directory
#[clap(short, long)]
pub input: PathBuf,
/// Output path
/// Output path (If not specified, it is automatically created in the same location as the input path.)
#[clap(short, long)]
pub output: Option<PathBuf>,

Expand Down

0 comments on commit aef2473

Please sign in to comment.