add mine-pubkey to docs

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin 2022-10-20 11:34:17 -07:00
parent 0392d6f10b
commit a3f69222bc
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ void usage()
printf(" --created-at <unix timestamp> set a specific created-at time\n");
printf(" --sec <hex seckey> set the secret key for signing, otherwise one will be randomly generated\n");
printf(" --pow <difficulty> number of leading 0 bits of the id to mine\n");
printf(" --mine-pubkey mine a pubkey instead of id\n");
printf(" --tag <key> <value> add a tag\n");
printf(" -e <event_id> shorthand for --tag e <event_id>\n");
printf(" -p <pubkey> shorthand for --tag p <pubkey>\n");