mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-04-19 21:39:11 +00:00
fix typo in printhelp
that's what i get for coding on my phone
This commit is contained in:
parent
90666cda8a
commit
476d135747
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue