This repository was archived by the owner on Mar 8, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fixcommand line argument spacing in usage example
This PR fixes a spacing issue in the command line example provided in the Usage section of the documentation. The `--l2.outputroot <L2_OUTPUT_ROOT>` argument was missing a space at the end, which could cause the command to be parsed incorrectly by the command-line interpreter. Adding a space ensures that the following `--datadir /tmp/fpp-database` parameter is recognized correctly. Steps taken: - Located the relevant section in the [document name] file. - Added a space after `--l2.outputroot <L2_OUTPUT_ROOT>`.
- Loading branch information