Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 2b35b09

Browse files
Update README.md
1 parent 5e55a70 commit 2b35b09

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,21 @@ If you have Rust: `cargo install walletgen`
1111
## Usage
1212

1313
```bash
14-
walletgen 0.1.2
14+
walletgen 0.2.0
1515
DEADBLACKCLOVER <deadblackclover@protonmail.com>
16-
CLI address generator for Acryl or Waves
16+
Generator of addresses and mnemonic phrases for blockchains
1717

1818
USAGE:
19-
walletgen [OPTIONS]
19+
walletgen [OPTIONS] [SUBCOMMAND]
2020

2121
FLAGS:
2222
-h, --help Prints help information
2323
-V, --version Prints version information
2424

2525
OPTIONS:
26-
-i, --chain <CHAR> Sets a chainID blockchain
27-
-c, --count <INT> Sets a address generate count
26+
-c, --count <INT> Sets a address generate count
27+
28+
SUBCOMMANDS:
29+
cyber cyber blockchain
30+
help Prints this message or the help of the given subcommand(s)
2831
```

0 commit comments

Comments
 (0)