mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 12:05:46 +00:00
fix(cli): Fix typo in 'concurrent'
This commit is contained in:
parent
28d0933d6c
commit
598fd8beac
@ -45,7 +45,7 @@ pub struct CliArgs {
|
||||
#[arg(short = 'p', long = "password", global = true)]
|
||||
pub password: Option<OsString>,
|
||||
|
||||
/// cocurrent working threads
|
||||
/// concurrent working threads
|
||||
#[arg(short = 'c', long, global = true)]
|
||||
pub threads: Option<usize>,
|
||||
|
||||
|
@ -22,6 +22,6 @@ Options:
|
||||
-g, --gitignore Ignores files matched by git's ignore files
|
||||
-f, --format <FORMAT> Specify the format of the archive
|
||||
-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')
|
||||
-V, --version Print version
|
||||
|
@ -45,7 +45,7 @@ Options:
|
||||
decompress or list with password
|
||||
|
||||
-c, --threads <THREADS>
|
||||
cocurrent working threads
|
||||
concurrent working threads
|
||||
|
||||
-h, --help
|
||||
Print help (see a summary with '-h')
|
||||
|
Loading…
x
Reference in New Issue
Block a user