diff --git a/scraper/src/fcc2zim/entrypoint.py b/scraper/src/fcc2zim/entrypoint.py index 72a3a9c..a1eaa62 100644 --- a/scraper/src/fcc2zim/entrypoint.py +++ b/scraper/src/fcc2zim/entrypoint.py @@ -81,7 +81,7 @@ def main(): default="freeCodeCamp", ) parser.add_argument( - "--publisher", type=str, help="Publisher of the zim file", default="OpenZIM" + "--publisher", type=str, help="Publisher of the zim file", default="openZIM" ) parser.add_argument( "--force",