mirror of
https://codeberg.org/hyperreal/print-wp-sources
synced 2025-01-18 14:23:45 +01:00
Use correct name in usage message
This commit is contained in:
parent
9c331dbdda
commit
f9edea436a
@ -7,7 +7,7 @@ from bs4 import BeautifulSoup
|
||||
|
||||
def main():
|
||||
if len(sys.argv) != 2:
|
||||
exit("Usage: dl_wp_pdf ARTICLE_NAME")
|
||||
exit("Usage: print-wp-sources ARTICLE_NAME")
|
||||
article = sys.argv[1]
|
||||
|
||||
url = f"https://en.wikipedia.org/wiki/{article}"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "print-wp-sources"
|
||||
version = "0.3"
|
||||
version = "0.4"
|
||||
authors = [
|
||||
{ name="Jeffrey Serio", email="hyperreal@fedoraproject.org" },
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user