From c03d535531f47cb350d480c3d4e7e753a6b14458 Mon Sep 17 00:00:00 2001 From: equdevel Date: Wed, 20 Mar 2024 17:46:35 +0800 Subject: [PATCH] little fix --- mod_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_installer.py b/mod_installer.py index da5e379..cece646 100644 --- a/mod_installer.py +++ b/mod_installer.py @@ -43,7 +43,7 @@ def _exit(status, message=''): parser = argparse.ArgumentParser( prog='mod_installer', - description='Download mods from mod.io and install them to SnowRunner' + description='Downloads mods from mod.io and installs them to SnowRunner/Expeditions' ) parser.add_argument('-c', '--clear-cache', help='clear mods cache on disk', action='store_true') parser.add_argument('-u', '--update', help='update mods if new versions exist', action='store_true')