diff --git a/docs/eosio-keygen.1.in b/docs/eosio-keygen.1.in index 960ef1c..d618429 100644 --- a/docs/eosio-keygen.1.in +++ b/docs/eosio-keygen.1.in @@ -16,6 +16,8 @@ EOS search .OP \--l33t .OP \--threads= +.OP \--dict= ... +.OP \--lang= ... .B word_list .OP count .YS @@ -56,6 +58,25 @@ Use .I of parallel threads for searching. Default is what the operating system recomends. .TP 20 +.B --dict= +Use words found in +.I +(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= +Same as +.B --dict +but will use +.I +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 Number of keys to search for (default is 10) .RE 1