Skip to content

Commit

Permalink
little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
equdevel committed Mar 20, 2024
1 parent 50320d4 commit c03d535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit c03d535

Please sign in to comment.