mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-28 13:02:38 +02:00
Tests: add usage note to check-rpc-mappings.py
This commit is contained in:
parent
4a3e8c5aa6
commit
03a2d68010
@ -90,6 +90,10 @@ def process_mapping(fname):
|
||||
return cmds
|
||||
|
||||
def main():
|
||||
if len(sys.argv) != 2:
|
||||
print('Usage: {} ROOT-DIR'.format(sys.argv[0]), file=sys.stderr)
|
||||
sys.exit(1)
|
||||
|
||||
root = sys.argv[1]
|
||||
|
||||
# Get all commands from dispatch tables
|
||||
|
Loading…
Reference in New Issue
Block a user