From 0b278aa8b5928f2aea63e94aedbbd82c8d5b6af8 Mon Sep 17 00:00:00 2001 From: tromp Date: Fri, 14 Oct 2016 15:34:39 -0400 Subject: [PATCH] fix info --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33a86b4..b57a183 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ Equihash proof-of-work solvers The executables ending in 1 are compiled without atomics and thus only suitable for single-threaded use (where they get some speedup over the generic version). -Options -h
-n are self explanatory. -Add option -r to search a range of nonces. +Options -h HEADER -n NONCE are self explanatory. +Add option -r RANGESIZE to search a range of nonces.