1
1
Fork 0
mirror of https://github.com/arkenfox/user.js.git synced 2024-05-28 18:36:11 +02:00

forgot to update the showhelp function

This commit is contained in:
claustromaniac 2018-01-18 01:18:05 -03:00 committed by GitHub
parent 4fb3040042
commit 22198d420a
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ""