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 75a873e..2ae83ec 100644 --- a/tests/snapshots/ui__ui_test_usage_help_flag-2.snap +++ b/tests/snapshots/ui__ui_test_usage_help_flag-2.snap @@ -1,7 +1,6 @@ --- source: tests/ui.rs expression: "output_to_string(ouch!(\"-h\"))" -snapshot_kind: text --- A command-line utility for easily compressing and decompressing files and directories. @@ -14,14 +13,14 @@ Commands: help Print this message or the help of the given subcommand(s) Options: - -y, --yes Skip [Y/n] questions, default to yes - -n, --no Skip [Y/n] questions, default to no - -A, --accessible Activate accessibility mode, reducing visual noise [env: ACCESSIBLE=] - -H, --hidden Ignore hidden files - -q, --quiet Silence output - -g, --gitignore Ignore files matched by git's ignore files - -f, --format Specify the format of the archive - -p, --password Decompress or list with password - -c, --threads Concurrent working threads - -h, --help Print help (see more with '--help') - -V, --version Print version + -y, --yes Skip [Y/n] questions, default to yes + -n, --no Skip [Y/n] questions, default to no + -A, --accessible Activate accessibility mode, reducing visual noise [env: ACCESSIBLE=] + -H, --hidden Ignore hidden files + -q, --quiet Silence output + -g, --gitignore Ignore files matched by git's ignore files + -f, --format Specify the format of the archive + -p, --password Decompress or list with password + -c, --concurrency Limit the amount of concurrent threads available [aliases: 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 9f3f8db..e0fe03f 100644 --- a/tests/snapshots/ui__ui_test_usage_help_flag.snap +++ b/tests/snapshots/ui__ui_test_usage_help_flag.snap @@ -1,7 +1,6 @@ --- source: tests/ui.rs expression: "output_to_string(ouch!(\"--help\"))" -snapshot_kind: text --- A command-line utility for easily compressing and decompressing files and directories. @@ -44,8 +43,10 @@ Options: -p, --password Decompress or list with password - -c, --threads - Concurrent working threads + -c, --concurrency + Limit the amount of concurrent threads available + + [aliases: threads] -h, --help Print help (see a summary with '-h')