aboutsummaryrefslogtreecommitdiff
path: root/plugins/mangadex.py
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-09-05 09:51:05 +0200
committerdec05eba <dec05eba@protonmail.com>2021-09-05 09:51:05 +0200
commit377e3f8dbd32567a39e72a3ec6ca66cf8b57186d (patch)
tree4791de6d1256f3972e4a004936f845599e623e3e /plugins/mangadex.py
parentdd5438ffbcb152e81322d751b73d427a3723e3e6 (diff)
Fix lhtranslation after website redesign. Requires user to re-add their manga
Diffstat (limited to 'plugins/mangadex.py')
-rwxr-xr-xplugins/mangadex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mangadex.py b/plugins/mangadex.py
index ac55db5..16fa838 100755
--- a/plugins/mangadex.py
+++ b/plugins/mangadex.py
@@ -27,7 +27,7 @@ def usage_list():
def usage_download():
print("mangadex.py download <chapter-id> <download_dir>")
print("examples:")
- print(" mangadex.py download \"4e4a1ed8-d4a0-4096-86db-ca5e3fc42c5d\" /home/adam/Manga/MangaName")
+ print(" mangadex.py download \"4e4a1ed8-d4a0-4096-86db-ca5e3fc42c5d\" /home/user/Manga/MangaName")
print("")
print("Note: The manga directory has to exist.")
exit(1)