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");