mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-04 12:03:41 +02:00
src/main.cpp: call strjoin(words) instead of printing "search" directly.
This commit is contained in:
parent
5bc3335d54
commit
237fc4e4af
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ void cmd_search(int argc, char **argv) {
|
||||||
n_thread_argv;
|
n_thread_argv;
|
||||||
|
|
||||||
std::cout << "Searching for " << n
|
std::cout << "Searching for " << n
|
||||||
<< " keys containing: " << search
|
<< " keys containing: " << strjoin(words, ",")
|
||||||
n_thread_outp
|
n_thread_outp
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue