diff --git a/src/cli/args.rs b/src/cli/args.rs index e6fd66d..79cc47e 100644 --- a/src/cli/args.rs +++ b/src/cli/args.rs @@ -45,7 +45,7 @@ pub struct CliArgs { #[arg(short = 'p', long = "password", global = true)] pub password: Option, - /// cocurrent working threads + /// concurrent working threads #[arg(short = 'c', long, global = true)] pub threads: Option, diff --git a/tests/snapshots/ui__ui_test_usage_help_flag-2.snap b/tests/snapshots/ui__ui_test_usage_help_flag-2.snap index 058d54e..66cc156 100644 --- a/tests/snapshots/ui__ui_test_usage_help_flag-2.snap +++ b/tests/snapshots/ui__ui_test_usage_help_flag-2.snap @@ -22,6 +22,6 @@ Options: -g, --gitignore Ignores files matched by git's ignore files -f, --format Specify the format of the archive -p, --password decompress or list with password - -c, --threads cocurrent working threads + -c, --threads concurrent working threads -h, --help Print help (see more with '--help') -V, --version Print version diff --git a/tests/snapshots/ui__ui_test_usage_help_flag.snap b/tests/snapshots/ui__ui_test_usage_help_flag.snap index f8a2ad4..370193d 100644 --- a/tests/snapshots/ui__ui_test_usage_help_flag.snap +++ b/tests/snapshots/ui__ui_test_usage_help_flag.snap @@ -45,7 +45,7 @@ Options: decompress or list with password -c, --threads - cocurrent working threads + concurrent working threads -h, --help Print help (see a summary with '-h')