mirror of
https://codeberg.org/hyperreal/dl-sh-source
synced 2025-01-30 18:50:49 +01:00
Use correct name in usage message
This commit is contained in:
parent
52766fabbb
commit
115855d365
@ -7,7 +7,7 @@ from bs4 import BeautifulSoup
|
||||
|
||||
def main():
|
||||
if len(sys.argv) != 3:
|
||||
exit("Usage: fetch-sh-source SCIHUB_URL ARTICLE_URL")
|
||||
exit("Usage: dl-sh-source SCIHUB_URL ARTICLE_URL")
|
||||
scihub = sys.argv[1]
|
||||
article = sys.argv[2]
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "dl-sh-source"
|
||||
version = "0.2"
|
||||
version = "0.3"
|
||||
authors = [
|
||||
{ name="Jeffrey Serio", email="hyperreal@fedoraproject.org" },
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user