From a2e749f9f22b3fc2ab0c2c3c0bc4820a4eb78c71 Mon Sep 17 00:00:00 2001 From: Marc Bevand Date: Thu, 10 Nov 2016 18:59:09 -0600 Subject: [PATCH] update usage help --- main.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/main.c b/main.c index 2981999..f38a79a 100644 --- a/main.c +++ b/main.c @@ -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 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 140-byte hex block header to solve " + "(default: all-zero header)\n" " --nonces number of nonces to try (default: 1)\n" " -n equihash n param (only supported value is 200)\n" " -k equihash k param (only supported value is 9)\n"