mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-04 12:03:41 +02:00
src/main.cpp: minor change to usage output.
This commit is contained in:
parent
46df157668
commit
f358118775
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ void usage(const char *name) {
|
||||||
|
|
||||||
std::cout << " search: " << std::endl
|
std::cout << " search: " << std::endl
|
||||||
<< " performs a search, finding <count> public keys "
|
<< " performs a search, finding <count> public keys "
|
||||||
<< "containing one or more words from <word_list>."
|
<< "containing one or more words from <word_list> (separated with ',')."
|
||||||
#ifdef HAVE_THREADS
|
#ifdef HAVE_THREADS
|
||||||
<< std::endl << " <threads> specify the number of parallel threads to use."
|
<< std::endl << " <threads> specify the number of parallel threads to use."
|
||||||
#endif /* HAVE_THREADS */
|
#endif /* HAVE_THREADS */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue