diff --git a/tests/test_commands_/test_suggestion_group_failure.md b/tests/test_commands_/test_suggestion_group_failure.md index 113893c..08740e3 100644 --- a/tests/test_commands_/test_suggestion_group_failure.md +++ b/tests/test_commands_/test_suggestion_group_failure.md @@ -1,4 +1,4 @@ Usage: demo [OPTIONS] COMMAND [ARGS]... -Try 'demo -h' for help. +Try 'demo --help' for help. Error: No such command 'list'. diff --git a/tests/test_commands_/test_suggestion_group_success.md b/tests/test_commands_/test_suggestion_group_success.md index a2c0883..a69e3bb 100644 --- a/tests/test_commands_/test_suggestion_group_success.md +++ b/tests/test_commands_/test_suggestion_group_success.md @@ -1,5 +1,5 @@ Usage: demo [OPTIONS] COMMAND [ARGS]... -Try 'demo -h' for help. +Try 'demo --help' for help. Error: No such command 'searh'. The most similar command is 'search'.