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

[easy][cli] Add newline to boundary of --help message of --trace and --[no-]check #2500

Merged
merged 1 commit into from
Feb 17, 2021

Conversation

senhuang42
Copy link
Contributor

Noticed that it was displaying like:

--[no-]check : during compression, add XXH64 integrity checksum to frame (default: enabled). If specified with -d, decompressor will ignore/validate checksums in compressed frame (default: validate).--trace FILE : log tracing information to FILE.

Now displays like:

--[no-]check : during compression, add XXH64 integrity checksum to frame (default: enabled). If specified with -d, decompressor will ignore/validate checksums in compressed frame (default: validate).
--trace FILE : log tracing information to FILE.

@Cyan4973 Cyan4973 merged commit b2bff75 into facebook:dev Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants