Merge pull request #6846

3cb56f3 *: alias -h for --help (Daniel Cousens)
This commit is contained in:
Wladimir J. van der Laan
2015-10-22 17:51:13 +02:00
4 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,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" +