-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
help: Add flags to output, ssh category #14076
Conversation
Perhaps the new categories should also be added to the corresponding |
Sure, did that and force pushed |
Maybe How about |
Add --output, --remove-on-error, --output-dir and --created-dirs to the output help category
Agreed, added those two |
Add --hostpubmd5, --hostpubsha256, --insecure (-k), and --pubkey to the ssh help category
I added two more commits that add options to the ssh category, and mention the exact command needed to generate the |
scripts/managen
Outdated
@@ -918,7 +918,7 @@ sub listhelp { | |||
* This source file is generated with the following command in an autotools | |||
* build: | |||
* | |||
* "make listhelp" | |||
* "make -C docs/cmdline-opts/ listhelp" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* "make -C docs/cmdline-opts/ listhelp" | |
* "make -C docs/cmdline-opts listhelp" |
For consistency with other similar lines, e.g. in src/tool_help.h
.
src/tool_listhelp.c
Outdated
@@ -29,7 +29,7 @@ | |||
* This source file is generated with the following command in an autotools | |||
* build: | |||
* | |||
* "make listhelp" | |||
* "make -C docs/cmdline-opts/ listhelp" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can generate the source fine with make listhelp
exactly as already documented.
I invoke that command in the src/
directory.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can generate the source fine with
make listhelp
exactly as already documented.I invoke that command in the
src/
directory.
OK, that makes sense, I didn't know src/
had it's own targets. Will remove this commit.
Thanks! |
Add --output, --remove-on-error, --output-dir and --created-dirs to the output help category
Add --hostpubmd5, --hostpubsha256, --insecure (-k) and --pubkey to the ssh help category