From a3f69222bc88312b4b55e8092b66bcb3c59bfb10 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Thu, 20 Oct 2022 11:34:17 -0700 Subject: [PATCH] add mine-pubkey to docs Signed-off-by: William Casarin --- nostril.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nostril.c b/nostril.c index 04e19bd..0082daf 100644 --- a/nostril.c +++ b/nostril.c @@ -81,6 +81,7 @@ void usage() printf(" --created-at set a specific created-at time\n"); printf(" --sec set the secret key for signing, otherwise one will be randomly generated\n"); printf(" --pow number of leading 0 bits of the id to mine\n"); + printf(" --mine-pubkey mine a pubkey instead of id\n"); printf(" --tag add a tag\n"); printf(" -e shorthand for --tag e \n"); printf(" -p shorthand for --tag p \n");