diff --git a/5.1-Updater-[Options].md b/5.1-Updater-[Options].md index 203f285..e9b7173 100644 --- a/5.1-Updater-[Options].md +++ b/5.1-Updater-[Options].md @@ -60,16 +60,12 @@ Optional Arguments: Available command-line parameters (case-insensitive): - `-esr` activate ESR-related preferences **(new in v4.8)**. -- `-MultiOverrides` -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` -run the script without user-input -- `-updatebatch` -the updater will auto-update itself on execution +- `-MultiOverrides` 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` run the script without user-input +- `-updatebatch` the updater will auto-update itself on execution - `-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` merge overrides instead of appending them - `_user.js.parrot` lines are not merged - Comments are appended normally