Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant