diff --git a/3.3-Updater-Scripts.md b/3.3-Updater-Scripts.md index 2ae15f9..b68d4ec 100644 --- a/3.3-Updater-Scripts.md +++ b/3.3-Updater-Scripts.md @@ -53,17 +53,18 @@ Deprecated Arguments (they still work for now): !! Unicode encoded override files should be stored without the BOM header !! Available command-line parameters (case-insensitive): +- `-esr` activate ESR-related preferences **(new in v4.8)**. - `-MultiOverrides` -uses any and all .js files in a `user.js-overrides` sub-folder as overrides instead of the default `user-overrides.js` file. Files are appended in alphabetical order. -- `-singleBackup` to use a single backup file and overwrite it on new updates, instead of cumulative backups. This was the default behaviour before v4.3. +use any and all .js files in a `user.js-overrides` sub-folder as overrides instead of the default `user-overrides.js` file. Files are appended in alphabetical order. +- `-singleBackup` use a single backup file and overwrite it on new updates, instead of cumulative backups. This was the default behavior before v4.3. - `-unattended` -runs the script without user-input +run the script without user-input - `-updatebatch` the updater will auto-update itself on execution -- `-log` writes the console output to the logfile `user.js-update-log.txt` -- `-LogP` works just like `-Log` but also opens the logfile after updating +- `-log` write the console output to the logfile `user.js-update-log.txt` +- `-LogP` just like `-Log` but also open the logfile after updating -- `-Merge` merges overrides instead of appending them +- `-Merge` merge overrides instead of appending them - `_user.js.parrot` lines are not merged - Comments are appended normally - Overrides for inactive (commented out) user.js prefs will be appended