Skip to content

Commit

Permalink
Fix typo (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinkhaeuser committed Apr 13, 2021
1 parent 5a9c861 commit 5a7fc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waybackpy/cli.py
Expand Up @@ -314,7 +314,7 @@ def parse_args(argv):
add_getArg(parser.add_argument_group("Get source code"))
add_knownUrlArg(
parser.add_argument_group(
"URLs known and archived to Waybcak Machine for the site."
"URLs known and archived to Wayback Machine for the site."
)
)
add_nearArg(parser.add_argument_group("Archive close to time specified"))
Expand Down

0 comments on commit 5a7fc7d

Please sign in to comment.