Man pages for witness_node and cli_wallet#2000
Conversation
| \fB\-v\fR [ \fB\-\-version\fR ] | ||
| Display version information | ||
| .PP | ||
| SHA: 991bd756d7db1cf6d790b11bff05f28e625f735a |
There was a problem hiding this comment.
Please remove the version info. (5 lines)
| @@ -0,0 +1,81 @@ | |||
| .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6. | |||
| .TH CLI_WALLET "1" "September 2019" "cli_wallet 2.0.171025-minor-fix-1-2549-g991bd756" "User Commands" | |||
There was a problem hiding this comment.
Hm, the version is wrong. And not nice.
I would like to avoid having to update this version manually in each release, and I'd like to avoid requiring help2man for the build. Perhaps build this optionally if help2man is available? Or rename to cli_wallet.1.in and have cmake replace the version at build time?
There was a problem hiding this comment.
I would like to avoid having to update this version manually in each release
I agree with this.
| @@ -0,0 +1,423 @@ | |||
| .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6. | |||
| .TH WITNESS_NODE "1" "September 2019" "witness_node 2.0.171025-minor-fix-1-2549-g991bd756" "User Commands" | |||
| here, each number is a group, number 1 | ||
| means 0.01%. | ||
| .PP | ||
| SHA: 991bd756d7db1cf6d790b11bff05f28e625f735a |
There was a problem hiding this comment.
Please remove version info (5 lines)
| missions_by_recipient to set max limit | ||
| value | ||
| .PP | ||
| witness plugin. <no description> |
There was a problem hiding this comment.
Section headers should be bold and left-aligned IMO.
| (e.g. "1.6.5", quotes are required, may | ||
| specify multiple times) | ||
| .TP | ||
| \fB\-\-private\-key\fR arg (=["BTS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV","5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3"]) |
There was a problem hiding this comment.
The default value gets wrapped awfully, with a dash in the middle of the key.
\n\nOptionsto the app options in order for the created man to put the options in the OPTIONS section instead of the DESCRIPTION section like it is doing without this addition.More info can be found at: https://github.com/oxarbitrage/documentation/blob/master/bitshares_man_pages.md
That page will probably need to be moved to the wiki if we go forward with this.