fix typo in printhelp

that's what i get for coding on my phone
This commit is contained in:
dzwdz 2022-11-08 09:51:30 +01:00
parent 90666cda8a
commit 476d135747

2
main.c
View file

@ -134,7 +134,7 @@ static void printhelp(FILE *out,const char *progname)
" (may be useful for tor controller API)\n" " (may be useful for tor controller API)\n"
" --basekey base.pub\n" " --basekey base.pub\n"
" trustless mining: the private keys found will need\n" " trustless mining: the private keys found will need\n"
" to be --combine'd with thr private parts of all\n" " to be --combine'd with the private parts of all\n"
" basekeys used\n" " basekeys used\n"
" --genbase base.priv base.pub\n" " --genbase base.priv base.pub\n"
" generate base keys for trustless mining\n" " generate base keys for trustless mining\n"