-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
backport: backporting misaligned "node --help" text to v7.x staging #11114
backport: backporting misaligned "node --help" text to v7.x staging #11114
Conversation
@aashil It looks like you targeted the wrong branch. Currently this PR is based against master instead of v7.x-staging. |
Sorry about that. Fixed |
Should the |
Tagging @evanlucas and @Trott. They can answer more on this. |
¯\(ツ)/¯ |
let me look into backporting --inspect-brk today. this PR should land after that one. |
fe71c3a
to
7ebae4b
Compare
I justed removed the commit and rebased off your branch. |
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 <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Josh Gavant <[email protected]>
1398ed6
to
3d49d3b
Compare
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