*: alias -h for --help

This commit is contained in:
Daniel Cousens
2015-10-18 21:02:36 +11:00
committed by Luke Dashjr
parent 131d7f997c
commit af6edac0bd
4 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ static bool AppInitRawTx(int argc, char* argv[])
fCreateBlank = GetBoolArg("-create", false);
if (argc<2 || mapArgs.count("-?") || mapArgs.count("-help"))
if (argc<2 || mapArgs.count("-?") || mapArgs.count("-h") || mapArgs.count("-help"))
{
// First part of help message is specific to this utility
std::string strUsage = _("Bitcoin Core bitcoin-tx utility version") + " " + FormatFullVersion() + "\n\n" +