mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-04 12:03:41 +02:00
docs/eosio-keygen.1.in: adding documentation for --dict and --lang flags.
This commit is contained in:
parent
62626c14c0
commit
62ba5b1259
1 changed files with 21 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ EOS
|
||||||
search
|
search
|
||||||
.OP \--l33t
|
.OP \--l33t
|
||||||
.OP \--threads=<num>
|
.OP \--threads=<num>
|
||||||
|
.OP \--dict=<file1> ...
|
||||||
|
.OP \--lang=<value> ...
|
||||||
.B word_list
|
.B word_list
|
||||||
.OP count
|
.OP count
|
||||||
.YS
|
.YS
|
||||||
|
|
@ -56,6 +58,25 @@ Use
|
||||||
.I <num>
|
.I <num>
|
||||||
of parallel threads for searching. Default is what the operating system recomends.
|
of parallel threads for searching. Default is what the operating system recomends.
|
||||||
.TP 20
|
.TP 20
|
||||||
|
.B --dict=<file>
|
||||||
|
Use words found in
|
||||||
|
.I <file>
|
||||||
|
(separated by newline) to highlight words in the keys found (note that the words in this
|
||||||
|
file are not used for search. only for highlight output). There can be more then one
|
||||||
|
.B --dict
|
||||||
|
flag. In that case contents of all files are merged into one dictionary.
|
||||||
|
.TP 20
|
||||||
|
.B --lang=<value>
|
||||||
|
Same as
|
||||||
|
.B --dict
|
||||||
|
but will use
|
||||||
|
.I <value>
|
||||||
|
to find a file in
|
||||||
|
.B @CMAKE_INSTALL_FULL_DATADIR@/@CMAKE_PROJECT_NAME@/dict.
|
||||||
|
There can be more then one
|
||||||
|
.B --lang
|
||||||
|
flag. In that case contents of all files are merged into one dictionary.
|
||||||
|
.TP 20
|
||||||
.B count
|
.B count
|
||||||
Number of keys to search for (default is 10)
|
Number of keys to search for (default is 10)
|
||||||
.RE 1
|
.RE 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue