Skip to content
This repository was archived by the owner on Mar 8, 2025. It is now read-only.

fix: fix command line argument spacing in usage example #16

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

MelodyFish
Copy link

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>.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>`.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant