Skip to content

Commit 62e4206

Browse files
authored
Fixed help option assertion error (#136)
1 parent bd1da22 commit 62e4206

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_readit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ def test_help_option(runner):
4848
" -V, --version Check latest version\n"
4949
" -e, --export TEXT... Export URLs in csv file\n"
5050
" -tl, --taglist TEXT... Show all Tags\n"
51-
" -ui, --urlinfo TEXT... Check particular URL info\n"
51+
" -ui, --urlinfo TEXT Check particular URL information\n"
5252
" --help Show this message and exit.\n")
5353
assert result.output == expected_output

0 commit comments

Comments
 (0)