Skip to content

Commit 34a7ed1

Browse files
committed
Fix description up a bit
1 parent 76742de commit 34a7ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def bad_url(url_status):
105105

106106
def parse_args(argv):
107107
parser = ArgumentParser(
108-
description='Check correctness of url links.',
108+
description='Check for bad urls in the HTML content.',
109109
add_help=True)
110110
parser.add_argument(
111111
'-timeout', '--url-timeout',

0 commit comments

Comments
 (0)