Update documentation for collector update flags (#2235)

This commit is contained in:
Jan-Otto Kröpke
2025-10-17 22:46:45 +02:00
committed by GitHub
parent ccd977177c
commit 370a42b79a

View File

@@ -15,8 +15,8 @@ The Windows Update service is responsible for managing the installation of updat
## Flags ## Flags
### `--collector.update.online` ### `--collector.update.online`
Whether to search for updates online. If set to `false`, the collector will only list updates that are already found by the Windows Update service. Whether to search for updates online. If set to `false` via `--no-collector.update.online`, the collector will only list updates that are already found by the Windows Update service.
Set to `true` to search for updates online, which will take longer to complete. Set to `true` via `--collector.update.online` to search for updates online, which will take longer to complete.
### `--collector.update.scrape-interval` ### `--collector.update.scrape-interval`
Define the interval of scraping Windows Update information Define the interval of scraping Windows Update information