aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbenadha <benawiadha@gmail.com>2022-01-02 13:18:30 +0700
committerbenadha <benawiadha@gmail.com>2022-01-02 13:18:30 +0700
commita1f00ff9384aa5311f3abb36523cb8dc23eaf6fc (patch)
tree09ee920fcdc4404883ee26da73f74fe4e3d6f6b4
parent30f1f5187d1f6a5be8b98524d00f080770ff1a76 (diff)
downloadepy-a1f00ff9384aa5311f3abb36523cb8dc23eaf6fc.tar.gz
Hotfix: Update docstr
-rwxr-xr-xepy.py10
1 files changed, 4 insertions, 6 deletions
diff --git a/epy.py b/epy.py
index 8ea96f8..4c62351 100755
--- a/epy.py
+++ b/epy.py
@@ -1,8 +1,8 @@
#!/usr/bin/env python3
"""\
Usages:
- epy read last epub
- epy EPUBFILE read EPUBFILE
+ epy read last ebook
+ epy EBOOKFILE read EBOOKFILE
epy STRINGS read matched STRINGS from history
epy NUMBER read file from history
with associated NUMBER
@@ -10,7 +10,8 @@ Usages:
Options:
-r print reading history
-d dump epub
- -h, --help print short, long help
+ -h, --help print help
+ -v, --version print version
"""
@@ -3505,9 +3506,6 @@ def parse_cli_args() -> str:
if len({"-v", "--version", "-V"} & set(args)) != 0:
print("v" + __version__)
- print(__license__, "License")
- print("Copyright (c) 2019", __author__)
- print(__url__)
sys.exit()
app_state = State()