aboutsummaryrefslogtreecommitdiff
path: root/plugins/mangadex.py
diff options
context:
space:
mode:
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)