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

src/main.cpp: call strjoin(words) instead of printing "search" directly.

This commit is contained in:
Henrik Hautakoski 2020-01-15 12:32:35 +01:00
parent 5bc3335d54
commit 237fc4e4af

View file

@ -68,7 +68,7 @@ void cmd_search(int argc, char **argv) {
n_thread_argv;
std::cout << "Searching for " << n
<< " keys containing: " << search
<< " keys containing: " << strjoin(words, ",")
n_thread_outp
<< std::endl;