port to pirate

This commit is contained in:
Cryptoforge
2021-03-03 21:12:13 -08:00
parent 3f55a1411c
commit e0ca959796
5 changed files with 18 additions and 18 deletions

View File

@@ -10,7 +10,7 @@ use log::error;
pub fn main() {
// Get command line arguments
use clap::{App, Arg};
let fresh_app = App::new("Zecwallet CLI");
let fresh_app = App::new("Arrrwallet CLI");
let configured_app = configure_clapapp!(fresh_app);
let matches = configured_app.get_matches();