Skip to content

Commit c26c27a

Browse files
authored
Fix collector flag names in documentation (#2225)
1 parent 1f43ca4 commit c26c27a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/collector.update.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,11 @@ The Windows Update service is responsible for managing the installation of updat
1414

1515
## Flags
1616

17-
> [!NOTE]
18-
> The collector name used in the CLI flags is `updates`, while the metric prefix is `update`. This naming mismatch is known and intentional for compatibility reasons.
19-
20-
### `--collector.updates.online`
17+
### `--collector.update.online`
2118
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.
2219
Set to `true` to search for updates online, which will take longer to complete.
2320

24-
### `--collector.updates.scrape-interval`
21+
### `--collector.update.scrape-interval`
2522
Define the interval of scraping Windows Update information
2623

2724
## Metrics

0 commit comments

Comments
 (0)