fix(cli): Fix typo in 'concurrent'

This commit is contained in:
Pascal Hertleif 2025-02-12 10:59:20 +01:00
parent 28d0933d6c
commit 598fd8beac
3 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ pub struct CliArgs {
#[arg(short = 'p', long = "password", global = true)] #[arg(short = 'p', long = "password", global = true)]
pub password: Option<OsString>, pub password: Option<OsString>,
/// cocurrent working threads /// concurrent working threads
#[arg(short = 'c', long, global = true)] #[arg(short = 'c', long, global = true)]
pub threads: Option<usize>, pub threads: Option<usize>,

View File

@ -22,6 +22,6 @@ Options:
-g, --gitignore Ignores files matched by git's ignore files -g, --gitignore Ignores files matched by git's ignore files
-f, --format <FORMAT> Specify the format of the archive -f, --format <FORMAT> Specify the format of the archive
-p, --password <PASSWORD> decompress or list with password -p, --password <PASSWORD> decompress or list with password
-c, --threads <THREADS> cocurrent working threads -c, --threads <THREADS> concurrent working threads
-h, --help Print help (see more with '--help') -h, --help Print help (see more with '--help')
-V, --version Print version -V, --version Print version

View File

@ -45,7 +45,7 @@ Options:
decompress or list with password decompress or list with password
-c, --threads <THREADS> -c, --threads <THREADS>
cocurrent working threads concurrent working threads
-h, --help -h, --help
Print help (see a summary with '-h') Print help (see a summary with '-h')