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:
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;
|
||||
|
||||
std::cout << "Searching for " << n
|
||||
<< " keys containing: " << search
|
||||
<< " keys containing: " << strjoin(words, ",")
|
||||
n_thread_outp
|
||||
<< std::endl;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue