mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-16 03:44:56 +02:00
cli/src/main.cpp: fix indent in usage string.
This commit is contained in:
parent
a73689e275
commit
0e4a574f7a
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ void usage(const char *name) {
|
|||
|
||||
std::cout << std::endl
|
||||
<< "Usage:" << std::endl
|
||||
<< " " << name << " [ options ]" << std::endl;
|
||||
<< " " << name << " [ options ]" << std::endl;
|
||||
|
||||
std::cout << " " << name
|
||||
<< " [ options ] search [ -m | --l33t"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue