mirror of
https://codeberg.org/hyperreal/dl-sh-source
synced 2025-01-31 03:00:50 +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():
|
def main():
|
||||||
if len(sys.argv) != 3:
|
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]
|
scihub = sys.argv[1]
|
||||||
article = sys.argv[2]
|
article = sys.argv[2]
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "dl-sh-source"
|
name = "dl-sh-source"
|
||||||
version = "0.2"
|
version = "0.3"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Jeffrey Serio", email="hyperreal@fedoraproject.org" },
|
{ name="Jeffrey Serio", email="hyperreal@fedoraproject.org" },
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user