Skip to content

Commit f521179

Browse files
docs: fix autoconfiguration page
The documentation tells users to use the --generate-config | -g flag to get yaml formatted output. This has changed to --yaml | -y in previous versions.
1 parent b11cd26 commit f521179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/autoconfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pathvector can build certain peer configurations automatically. The `match` comm
77

88
## YAML Config
99

10-
Generated YAML output will be indented 2 spaces by default to fit within the YAML `peers` key. Plaintext output is selected by default, add the `--generate-config|-g` flag to select YAML generation mode.
10+
Generated YAML output will be indented 2 spaces by default to fit within the YAML `peers` key. Plaintext output is selected by default, add the `--yaml | -y` flag to select YAML generation mode.
1111

1212
```bash
1313
~ ▴ grep ^asn /etc/pathvector.yml

0 commit comments

Comments
 (0)