1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-19 04:10:03 +02:00

src/main.cpp: minor change to usage output.

This commit is contained in:
Henrik Hautakoski 2020-01-10 07:44:38 +01:00
parent 46df157668
commit f358118775

View file

@ -126,7 +126,7 @@ void usage(const char *name) {
std::cout << " search: " << std::endl
<< " 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
<< std::endl << " <threads> specify the number of parallel threads to use."
#endif /* HAVE_THREADS */