From 6554e6c806bbc0a9f2ddcc4292f5636b6604e8ba Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 10 Apr 2023 16:33:43 +0200 Subject: [PATCH] cli/docs/README.md.in: use @PROJECT_NAME@ in some missed places that used hardcoded values. --- cli/docs/README.md.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/docs/README.md.in b/cli/docs/README.md.in index aaa281a..17768e5 100644 --- a/cli/docs/README.md.in +++ b/cli/docs/README.md.in @@ -1,5 +1,5 @@ -# antelope-keygen (cli) +# @PROJECT_NAME@ (cli) Generate public and private keypair for [Antelope IO](https://antelope.io) @@ -32,7 +32,7 @@ Options and subcommands are as follows: ### search command -`eosio-keygen search [-m] [--l33t] [--threads ] [--dict ...] [--lang ...] word_list [count]` +`@PROJECT_NAME@ search [-m] [--l33t] [--threads ] [--dict ...] [--lang ...] word_list [count]` 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 -`antelope-keygen benchmark [num_keys]` +`@PROJECT_NAME@ benchmark [num_keys]` performs a benchmark test, generating `num_keys` keys and measuring the time.