mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-16 03:44:56 +02:00
cli/src/main.cpp: update program description
This commit is contained in:
parent
9a83929029
commit
ec07b199ed
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ void cmd_benchmark(size_t num_keys) {
|
||||||
|
|
||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
|
|
||||||
CLI::App cmd("Keygenerator for EOSIO", PROGRAM_NAME);
|
CLI::App cmd("Keygenerator for Antelope based blockchains", PROGRAM_NAME);
|
||||||
std::vector<std::string> dict_list;
|
std::vector<std::string> dict_list;
|
||||||
std::vector<std::string> lang_list;
|
std::vector<std::string> lang_list;
|
||||||
std::string search_words;
|
std::string search_words;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue