Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deadblackclover committed Jan 24, 2021
1 parent 4610f6a commit 5c62985
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you have Debian/Ubuntu: [Releases](https://github.com/waves-rust/waves-wallet
## Usage

```bash
walletgen 0.1.0
waves-wallet-generator 0.1.0
DEADBLACKCLOVER <deadblackclover@protonmail.com>
CLI address generator for Waves blockchain

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mod generator;
use generator::*;

fn main() {
let matches = App::new("walletgen")
let matches = App::new("waves-wallet-generator")
.version("0.1.0")
.author("DEADBLACKCLOVER <deadblackclover@protonmail.com>")
.about("CLI address generator for Waves blockchain")
Expand Down

0 comments on commit 5c62985

Please sign in to comment.