1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-01-30 05:39:12 +02:00

Fix typo in contributing guide.

Not sure how this got broken but it was probably an errant search and replace.
This commit is contained in:
David Steele 2021-10-28 13:28:49 -04:00
parent 2f1a287737
commit 30c589ace7

View File

@ -680,7 +680,7 @@ test/bin/none/pgbackrest help backup repo-type
To quickly view the HTML documentation, the `--no-exe` option can be passed to the documentation generator in order to bypass executing the code elements:
```
pgbackrest/doc/doc.pl --output=html --no-exe
pgbackrest/doc/doc.pl --out=html --no-exe
```
The generated HTML files will be placed in the `doc/output/html` directory where they can be viewed locally in a browser.