mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 04:52:59 +01:00
Merge branch 'display-version-in-help' of https://github.com/mhanne/bitcoin
This commit is contained in:
commit
18cb92ab18
1
init.cpp
1
init.cpp
@ -159,6 +159,7 @@ bool AppInit2(int argc, char* argv[])
|
|||||||
if (mapArgs.count("-?") || mapArgs.count("--help"))
|
if (mapArgs.count("-?") || mapArgs.count("--help"))
|
||||||
{
|
{
|
||||||
string strUsage = string() +
|
string strUsage = string() +
|
||||||
|
"bitcoin version " + FormatVersion(VERSION).c_str() + " beta\n" +
|
||||||
_("Usage:") + "\t\t\t\t\t\t\t\t\t\t\n" +
|
_("Usage:") + "\t\t\t\t\t\t\t\t\t\t\n" +
|
||||||
" bitcoin [options] \t " + "\n" +
|
" bitcoin [options] \t " + "\n" +
|
||||||
" bitcoin [options] <command> [params]\t " + _("Send command to -server or bitcoind\n") +
|
" bitcoin [options] <command> [params]\t " + _("Send command to -server or bitcoind\n") +
|
||||||
|
Loading…
Reference in New Issue
Block a user