[wip] cleanup

This commit is contained in:
2022-05-12 20:26:04 +08:00
parent d1c4da99b9
commit 75763bf1c4
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -32,6 +32,7 @@ usage() {
echo "-q <number> -- Quantity of nodes to run. eg: 3"
echo "-z <number> -- Quantity of nodes to run tests against eg: 3"
echo "-s <number> -- Sleep between operations in secs. eg: 5"
echo "-m <string> -- Mode for testing. eg: rpc"
echo "-r <string> -- Remove test dir after, eg: true, default is false"
exit 1
}