Update cli.py

This commit is contained in:
Akash 2020-07-22 17:22:38 +05:30 committed by GitHub
parent 7457e1c793
commit f7313b255a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ def main():
_get(obj, args) _get(obj, args)
else: else:
print("Usage: waybackpy [OPTIONS] --url [URL...] --user_agent [USER AGENT].\ print("Usage: waybackpy [OPTIONS] --url [URL...] --user_agent [USER AGENT].\
\nwaybackpy: error: You must provide at least one URL. See --help\ \nwaybackpy: error: You must provide one URL. See --help\
\nLatest docs and version available at https://github.com/akamhy/waybackpy") \nLatest docs and version available at https://github.com/akamhy/waybackpy")