Skip to content

docs: align CSV separator description#607

Open
Komzpa wants to merge 1 commit intotraviscross:masterfrom
Komzpa:darafei/remove-csv-separator-note
Open

docs: align CSV separator description#607
Komzpa wants to merge 1 commit intotraviscross:masterfrom
Komzpa:darafei/remove-csv-separator-note

Conversation

@Komzpa
Copy link
Copy Markdown
Contributor

@Komzpa Komzpa commented May 7, 2026

Summary

Fixes #452.

The manual described --csv as CSV output, then immediately noted that the separator was actually a semicolon. The implementation currently emits comma-separated rows, and Roger suggested that the easiest fix is to remove the stale note rather than changing the output format used by scripts.

This removes the semicolon note and updates the example to show comma-separated output matching current master.

Validation

  • make -j "$(nproc)"
  • git diff --check
  • ./mtr -C -c 1 127.0.0.1

Stack note

If #575 lands first, this branch should be rebased because #575 removes the spacer field from CSV output. This PR's example intentionally matches current master on its own.

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.

Reconsider information for the separator usage with the CSV output format

1 participant