Parcourir la source

vanityaddr: Update README.

parazyd il y a 3 ans
Parent
commit
f9ca1d4ef1
1 fichiers modifiés avec 16 ajouts et 15 suppressions
  1. 16 15
      doc/src/misc/vanityaddr.md

+ 16 - 15
doc/src/misc/vanityaddr.md

@@ -8,21 +8,22 @@ which, when derived, starts with a given prefix.
 ## Usage
 
 ```
-vanityaddr 0.3.0
-Vanity address generation tool for DarkFi keypairs and token IDs.
-
-USAGE:
-    vanityaddr [OPTIONS] <PREFIX>
-
-ARGS:
-    <PREFIX>    Prefix to search (must start with 1)
-
-OPTIONS:
-    -c                  Should the search be case-sensitive
-    --token-id          Search for TokenID instead of an address
-    -h, --help          Print help information
-    -t <THREADS>        Number of threads to use (defaults to number of available CPUs)
-    -V, --version       Print version information
+vanityaddr 0.4.1
+Vanity address generation tool for DarkFi keypairs and token IDs
+
+Usage: vanityaddr [OPTIONS] [PREFIX]...
+
+Arguments:
+  [PREFIX]...  Prefixes to search
+
+Options:
+  -c                 Should the search be case-sensitive
+      --address      Search for an Address
+      --token-id     Search for a Token ID
+      --contract-id  Search for a Contract ID
+  -t <THREADS>       Number of threads to use (defaults to number of available CPUs)
+  -h, --help         Print help
+  -V, --version      Print version
 ```
 
 We can use the tool in our command line: