diff --git a/Home.md b/Home.md index dd35709..d39b60d 100644 --- a/Home.md +++ b/Home.md @@ -50,10 +50,13 @@ The Crunchy-Downloader offers several startup parameters to customize its behavi 2. **`--historyRefreshAll`** - Refreshes the download history upon startup. Useful for ensuring the history is up-to-date. -3. **`--historyAddToQueue`** +3. **`--historyRefreshActive`** + - Refreshes the download history, filtered by `Active`, upon startup. Useful for ensuring the history is up-to-date. + +4. **`--historyAddToQueue`** - Automatically adds any new or missing episodes to the download queue. -4. **`--exit`** +5. **`--exit`** - Exits the downloader after all command-line tasks are completed. Ideal for automated workflows or batch operations.