Skip to content

Commit 87e175c

Browse files
committed
Update test for new --help on -v
1 parent 8fdfcea commit 87e175c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def test_help_parameter_descriptions(runner: CliRunner) -> None:
162162
" -s, --strict-case Do not fallback to different cases.\n"
163163
" -r, --reverse Reverse the output.\n"
164164
" -t, --type TEXT The Unicode type to convert to.\n"
165-
" -v, --version Return the package version."
165+
" -v, --version Display the version and exit."
166166
)
167167
assert parameter_help.startswith(expected_message)
168168

0 commit comments

Comments
 (0)