mirror of
https://github.com/jb55/nostril.git
synced 2024-11-21 16:29:06 -05:00
add mine-pubkey to docs
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
parent
0392d6f10b
commit
a3f69222bc
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue
Block a user