Skip to content

Commit d261b7a

Browse files
committed
scenarios: add option help to tx_flood
1 parent 7120700 commit d261b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/warnet/scenarios/tx_flood.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
def cli_help():
11-
return "Make a big transaction mess"
11+
return "Make a big transaction mess. Options: [--interval=<number>]"
1212

1313

1414
class TXFlood(WarnetTestFramework):

0 commit comments

Comments
 (0)