Skip to content

Commit 05ac4db

Browse files
authored
Dashify few strings (#3214)
1 parent 482a549 commit 05ac4db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/man/dash-cli.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Read extra arguments from standard input, one per line until EOF/Ctrl\-D
7979
\fB\-rpcwallet=\fR<walletname>
8080
.IP
8181
Send RPC for non\-default wallet on RPC server (argument is wallet
82-
filename in bitcoind directory, required if bitcoind/\-Qt runs
82+
filename in dashd directory, required if dashd/\-Qt runs
8383
with multiple wallets)
8484
.SH COPYRIGHT
8585
Copyright (C) 2014-2019 The Dash Core developers

src/dash-cli.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ std::string HelpMessageCli()
4848
strUsage += HelpMessageOpt("-rpcpassword=<pw>", _("Password for JSON-RPC connections"));
4949
strUsage += HelpMessageOpt("-rpcclienttimeout=<n>", strprintf(_("Timeout in seconds during HTTP requests, or 0 for no timeout. (default: %d)"), DEFAULT_HTTP_CLIENT_TIMEOUT));
5050
strUsage += HelpMessageOpt("-stdin", _("Read extra arguments from standard input, one per line until EOF/Ctrl-D (recommended for sensitive information such as passphrases)"));
51-
strUsage += HelpMessageOpt("-rpcwallet=<walletname>", _("Send RPC for non-default wallet on RPC server (argument is wallet filename in bitcoind directory, required if bitcoind/-Qt runs with multiple wallets)"));
51+
strUsage += HelpMessageOpt("-rpcwallet=<walletname>", _("Send RPC for non-default wallet on RPC server (argument is wallet filename in dashd directory, required if dashd/-Qt runs with multiple wallets)"));
5252

5353
return strUsage;
5454
}

test/functional/feature_shutdown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright (c) 2018 The Bitcoin Core developers
33
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5-
"""Test bitcoind shutdown."""
5+
"""Test dashd shutdown."""
66

77
from test_framework.test_framework import BitcoinTestFramework
88
from test_framework.util import assert_equal, get_rpc_proxy

0 commit comments

Comments
 (0)