From 356b3e12594039cc05f5100139a9119221da5688 Mon Sep 17 00:00:00 2001 From: Zwilla Date: Tue, 5 Nov 2019 03:25:22 +0100 Subject: [PATCH] fixed help-coins option fixed --helpcoins option to --help-coins --- src/Utils/Util.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Utils/Util.php b/src/Utils/Util.php index f1c95d7..3dc8747 100644 --- a/src/Utils/Util.php +++ b/src/Utils/Util.php @@ -9,6 +9,7 @@ namespace App\Utils; +use App\Utils\MyLogger; use Exception; use App\WalletDerive; use App\Utils\PathPresets; @@ -227,9 +228,9 @@ public static function printHelp() default = x. applies to --mnemonic only. --coin= Coin Symbol ( default = btc ) - See --helpcoins for a list. + See --help-coins for a list. - --helpcoins List all available coins/networks. + --help-coins List all available coins/networks. --format applies to output. --numderive= Number of keys to derive. default=10