Skip to content

Commit

Permalink
update usage help
Browse files Browse the repository at this point in the history
  • Loading branch information
mbevand committed Nov 11, 2016
1 parent 4a56d09 commit a2e749f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1349,11 +1349,8 @@ void usage(const char *progname)
"Options are:\n"
" -h, --help display this help and exit\n"
" -v, --verbose print verbose messages\n"
" -i <input> hex block header to solve; either a 140-byte "
"full header,\n"
" or a 108-byte nonceless header with implicit "
"zero nonce\n"
" (default: all-zero header)\n"
" -i <input> 140-byte hex block header to solve "
"(default: all-zero header)\n"
" --nonces <nr> number of nonces to try (default: 1)\n"
" -n <n> equihash n param (only supported value is 200)\n"
" -k <k> equihash k param (only supported value is 9)\n"
Expand Down

0 comments on commit a2e749f

Please sign in to comment.