mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-03 11:53:41 +02:00
cli/docs/antelope-keygen.1.in: Update to reflect new cli syntax and change eosio to antelope.
This commit is contained in:
parent
2b4ab78176
commit
10ec4355e6
1 changed files with 20 additions and 13 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
.TH @PROJECT_NAME@ 1 "January, 2020" "@PROJECT_NAME@ @PROJECT_VERSION@"
|
.TH @PROJECT_NAME@ 1 "April, 2023" "@PROJECT_NAME@ @PROJECT_VERSION@"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
@PROJECT_NAME@ - Generate public and private keypair for
|
@PROJECT_NAME@ - Generate public and private keypair for
|
||||||
.UR https://eos.io/
|
.UR https://antelope.io
|
||||||
EOS
|
Antelope IO
|
||||||
.UE .
|
.UE .
|
||||||
|
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -16,13 +16,17 @@ EOS
|
||||||
.OP \-v
|
.OP \-v
|
||||||
.YS
|
.YS
|
||||||
|
|
||||||
|
.SY @PROJECT_NAME@
|
||||||
|
.OP \--format <value>
|
||||||
|
.YS
|
||||||
|
|
||||||
.SY @PROJECT_NAME@
|
.SY @PROJECT_NAME@
|
||||||
search
|
search
|
||||||
.OP -m
|
.OP -m
|
||||||
.OP \--l33t
|
.OP \--l33t
|
||||||
.OP \--threads=<num>
|
.OP \--threads <num>
|
||||||
.OP \--dict=<file1> ...
|
.OP \--dict <file1> ...
|
||||||
.OP \--lang=<value> ...
|
.OP \--lang <value> ...
|
||||||
.B word_list
|
.B word_list
|
||||||
.OP count
|
.OP count
|
||||||
.YS
|
.YS
|
||||||
|
|
@ -34,17 +38,20 @@ benchmark
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.P
|
.P
|
||||||
Output one EOSIO key pair if no arguments are given
|
Output one Antelope key pair if no arguments are given
|
||||||
.P
|
.P
|
||||||
Options and subcommands are as follows:
|
Options and subcommands are as follows:
|
||||||
|
|
||||||
.TP 15
|
.TP 20
|
||||||
.B -h, --help
|
.B -h, --help
|
||||||
Shows this help text.
|
Shows this help text.
|
||||||
.TP 15
|
.TP 20
|
||||||
.B -v
|
.B -v
|
||||||
Shows version.
|
Shows version.
|
||||||
.TP 15
|
.TP 20
|
||||||
|
.B --format <value>
|
||||||
|
What keyformat to use, valid values are: K1, legacy, fio
|
||||||
|
.TP 20
|
||||||
.B search
|
.B search
|
||||||
performs a search, finding
|
performs a search, finding
|
||||||
.I <count>
|
.I <count>
|
||||||
|
|
@ -65,12 +72,12 @@ Takes each word in
|
||||||
.I <word_list>
|
.I <word_list>
|
||||||
and find all l33tspeak combinations of that word and uses the new list for the search.
|
and find all l33tspeak combinations of that word and uses the new list for the search.
|
||||||
.TP 20
|
.TP 20
|
||||||
.B --threads=<num>
|
.B --threads <num>
|
||||||
Use
|
Use
|
||||||
.I <num>
|
.I <num>
|
||||||
of parallel threads for searching. Default is what the operating system recommends.
|
of parallel threads for searching. Default is what the operating system recommends.
|
||||||
.TP 20
|
.TP 20
|
||||||
.B --dict=<file>
|
.B --dict <file>
|
||||||
Use words found in
|
Use words found in
|
||||||
.I <file>
|
.I <file>
|
||||||
(separated by newline) to highlight words in the keys found (note that the words in this
|
(separated by newline) to highlight words in the keys found (note that the words in this
|
||||||
|
|
@ -78,7 +85,7 @@ Use words found in
|
||||||
.B --dict
|
.B --dict
|
||||||
flag. In that case contents of all files are merged into one dictionary.
|
flag. In that case contents of all files are merged into one dictionary.
|
||||||
.TP 20
|
.TP 20
|
||||||
.B --lang=<value>
|
.B --lang <value>
|
||||||
Same as
|
Same as
|
||||||
.B --dict
|
.B --dict
|
||||||
but will use
|
but will use
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue