commit 22198d420a5cce2bf97dc0a7eee2f91b1eb17ae7
parent 4fb3040042a2a0d2463f37563c8718d225f1277a
Author: claustromaniac <20734810+claustromaniac@users.noreply.github.com>
Date: Thu, 18 Jan 2018 01:18:05 -0300
forgot to update the showhelp function
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/updater.bat b/updater.bat
@@ -244,15 +244,15 @@ ECHO: override files and can be safely discarded after updating, or used as
ECHO: new user-overrides.js. When there are conflicting records for the same
ECHO: pref, the value of the last one declared will be used. Visit the wiki
ECHO: for usage examples and more detailed information.
-CALL :message " -multiBackups"
-ECHO: Don't overwrite previous backups. New backups are still created only
-ECHO: when the updated user.js is different from the previous one.
CALL :message " -multiOverrides"
ECHO: Use any and all .js files in a user.js-overrides sub-folder as overrides
ECHO: instead of the default user-overrides.js file. Files are appended in
ECHO: alphabetical order.
CALL :message " -unattended"
ECHO: Run without user input.
+CALL :message " -singleBackup"
+ECHO: Use a single backup file and overwrite it on new updates, instead of
+ECHO: cumulative backups. This was the default behaviour before v4.3.
CALL :message " -updatebatch"
ECHO: Update the script itself on execution, before the normal routine.
CALL :message ""