backport: backporting misaligned "node --help" text to v7.x staging#11114
Merged
joshgav merged 1 commit intonodejs:v7.x-stagingfrom Feb 7, 2017
Merged
Conversation
Contributor
|
@aashil It looks like you targeted the wrong branch. Currently this PR is based against master instead of v7.x-staging. |
Contributor
Author
|
Sorry about that. Fixed |
italoacasas
approved these changes
Feb 2, 2017
Member
|
Should the |
Contributor
Author
|
Tagging @evanlucas and @Trott. They can answer more on this. |
Member
¯\(ツ)/¯ |
Contributor
|
let me look into backporting --inspect-brk today. this PR should land after that one. |
Contributor
fe71c3a to
7ebae4b
Compare
Contributor
Author
|
I justed removed the commit and rebased off your branch. |
4 tasks
7ebae4b to
1398ed6
Compare
The alignment of the argument descriptions in the "node --help" text is off. This commit fixes the issue by adding two spaces before each of the argument description. PR-URL: nodejs#10948 Fixes: nodejs#10935 Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Josh Gavant <josh.gavant@outlook.com>
1398ed6 to
3d49d3b
Compare
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
This PR backports commits 5d27cc1 and 6ff3b03 to v7.x-staging.
Reference PR: #10948