diff options
author | 0neGal <mail@0negal.com> | 2022-03-24 17:15:44 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-03-24 17:15:44 +0100 |
commit | 63fb961c1a3b5df509ee96711b6d489b40efb330 (patch) | |
tree | 75a1b27c8357ff9a1a88d13f85e5d2d6c98fc092 /src/lang | |
parent | 9573c62bf1dfde501af4bd92854adc335faca68b (diff) | |
download | Viper-63fb961c1a3b5df509ee96711b6d489b40efb330.tar.gz Viper-63fb961c1a3b5df509ee96711b6d489b40efb330.zip |
added --no-vp-updates
This overwrites viper.json and disables Viper updates, this is useful
when repackaging Viper for other formats we don't already support.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/en.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index 47e18c0..04ecfdd 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -6,6 +6,7 @@ "cli.help.update": "updates Northstar from your set game path", "cli.help.setpath": "sets your game path", "cli.help.updatevp": "updates Viper itself, if supported.", + "cli.help.novpupdates": "overwrites viper.json and disables Viper updates", "cli.help.installmod": "installs a mod, folder or zip", "cli.help.removemod": "removes a mod", "cli.help.togglemod": "toggles a mod", |