mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-03 11:53:41 +02:00
cli/docs/README.md.in: use @PROJECT_NAME@ in some missed places that used hardcoded values.
This commit is contained in:
parent
2f92e6b2b2
commit
6554e6c806
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
# antelope-keygen (cli)
|
# @PROJECT_NAME@ (cli)
|
||||||
|
|
||||||
Generate public and private keypair for [Antelope IO](https://antelope.io)
|
Generate public and private keypair for [Antelope IO](https://antelope.io)
|
||||||
|
|
||||||
|
|
@ -32,7 +32,7 @@ Options and subcommands are as follows:
|
||||||
|
|
||||||
### search command
|
### search command
|
||||||
|
|
||||||
`eosio-keygen search [-m] [--l33t] [--threads <num>] [--dict <file1> ...] [--lang <value> ...] word_list [count]`
|
`@PROJECT_NAME@ search [-m] [--l33t] [--threads <num>] [--dict <file1> ...] [--lang <value> ...] word_list [count]`
|
||||||
|
|
||||||
performs a search, finding `count` public keys containing one or more words from `word_list` (separated with ',').
|
performs a search, finding `count` public keys containing one or more words from `word_list` (separated with ',').
|
||||||
|
|
||||||
|
|
@ -70,7 +70,7 @@ Number of keys to search for (default is 10)
|
||||||
|
|
||||||
### benchmark command
|
### benchmark command
|
||||||
|
|
||||||
`antelope-keygen benchmark [num_keys]`
|
`@PROJECT_NAME@ benchmark [num_keys]`
|
||||||
|
|
||||||
performs a benchmark test, generating `num_keys` keys and measuring the time.
|
performs a benchmark test, generating `num_keys` keys and measuring the time.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue