aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-tx.cpp
diff options
context:
space:
mode:
authorDaniel Cousens <github@dcousens.com>2015-10-18 21:02:36 +1100
committerDaniel Cousens <github@dcousens.com>2015-10-22 00:07:30 +1100
commit3cb56f37780854bf26650e0872a556da25897a0a (patch)
tree96f6d3088a5205aeb5d181a8e80d43305dc3bc82 /src/bitcoin-tx.cpp
parentd78a880900c15c7a28ae81e6632090f25fea7fce (diff)
downloadbitcoin-3cb56f37780854bf26650e0872a556da25897a0a.tar.xz
*: alias -h for --help
Diffstat (limited to 'src/bitcoin-tx.cpp')
-rw-r--r--src/bitcoin-tx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bitcoin-tx.cpp b/src/bitcoin-tx.cpp
index f7518fab5d..eb36435de6 100644
--- a/src/bitcoin-tx.cpp
+++ b/src/bitcoin-tx.cpp
@@ -42,7 +42,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" +