Skip to content

Commit 00fe41b

Browse files
authored
[chore] ocb name flag is no longer valid (#11716)
This was removed as part of cd6bfbb but the documentation was not updated. Signed-off-by: Alex Boten <[email protected]>
1 parent cc590bf commit 00fe41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/builder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Finally, load the OpenTelemetry Collector as a project in the IDE, configure deb
126126
The configuration file is composed of two main parts: `dist` and module types. All `dist` options can be specified via command line flags:
127127

128128
```console
129-
ocb --config=config.yaml --name="my-otelcol"
129+
ocb --config=config.yaml
130130
```
131131

132132
The module types are specified at the top-level, and might be: `extensions`, `exporters`, `receivers` and `processors`. They all accept a list of components, and each component is required to have at least the `gomod` entry. When not specified, the `import` value is inferred from the `gomod`. When not specified, the `name` is inferred from the `import`.

0 commit comments

Comments
 (0)