aboutsummaryrefslogtreecommitdiff
path: root/test/lint
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2018-09-20 16:41:08 -0400
committerJohn Newbery <john@johnnewbery.com>2018-09-20 17:26:14 -0400
commit25548b295861c19ad0c25319df727216f81f21a8 (patch)
treeca3e709c737b0e0810266f29ec9e8ebe0ebc9450 /test/lint
parent9a3a984bb884c1153866b64845db7300121966b3 (diff)
downloadbitcoin-25548b295861c19ad0c25319df727216f81f21a8.tar.xz
[wallet] Remove -usehd
Diffstat (limited to 'test/lint')
-rwxr-xr-xtest/lint/check-doc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lint/check-doc.py b/test/lint/check-doc.py
index 7b056dab32..b0d9f87958 100755
--- a/test/lint/check-doc.py
+++ b/test/lint/check-doc.py
@@ -22,7 +22,7 @@ CMD_ROOT_DIR = '`git rev-parse --show-toplevel`/{}'.format(FOLDER_GREP)
CMD_GREP_ARGS = r"git grep --perl-regexp '{}' -- {} ':(exclude){}'".format(REGEX_ARG, CMD_ROOT_DIR, FOLDER_TEST)
CMD_GREP_DOCS = r"git grep --perl-regexp '{}' {}".format(REGEX_DOC, CMD_ROOT_DIR)
# list unsupported, deprecated and duplicate args as they need no documentation
-SET_DOC_OPTIONAL = set(['-h', '-help', '-dbcrashratio', '-forcecompactdb', '-usehd'])
+SET_DOC_OPTIONAL = set(['-h', '-help', '-dbcrashratio', '-forcecompactdb'])
def main():