We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fdfcea commit 87e175cCopy full SHA for 87e175c
1 file changed
tests/test_console.py
@@ -162,7 +162,7 @@ def test_help_parameter_descriptions(runner: CliRunner) -> None:
162
" -s, --strict-case Do not fallback to different cases.\n"
163
" -r, --reverse Reverse the output.\n"
164
" -t, --type TEXT The Unicode type to convert to.\n"
165
- " -v, --version Return the package version."
+ " -v, --version Display the version and exit."
166
)
167
assert parameter_help.startswith(expected_message)
168
0 commit comments