Skip to content

Commit b7c3469

Browse files
committed
minor tweaks: update help & about message
1 parent affeaf3 commit b7c3469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/cli.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use clap::Parser;
22
use std::path::PathBuf;
33

4-
const ABOUT: &str = "A tool to rip samples from tracker music. Supports IT, XM, S3M, MOD and UMX formats.\nThis software is licensed under the LGPLv3, for more infomation please visit: https://github.com/B0ney/xmodits";
4+
const ABOUT: &str = "A tool to rip samples from tracker music. Supports IT, XM, S3M, MOD, UMX and MPTM formats.\nThis software is licensed under the LGPLv3, for more infomation please visit: https://github.com/B0ney/xmodits-cli";
55

66
#[derive(Parser)]
77
#[command(author, version, about)]
@@ -32,7 +32,7 @@ pub struct Cli {
3232
#[arg(default_value_t = 2, short='p', long="index-padding", value_parser=0..=5)]
3333
pub index_padding: i64,
3434

35-
#[arg(help = "Do not create a new folder for samples. This can overwrite data, BE CAREFUL!")]
35+
#[arg(help = "Do not create a new folder for samples.")]
3636
#[arg(short, long)]
3737
pub no_folder: bool,
3838

0 commit comments

Comments
 (0)