Skip to content

Commit ab91528

Browse files
committed
add help message for direct send
1 parent f78efb2 commit ab91528

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sendpayment.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,9 @@ def main():
282282
action='store',
283283
type='int',
284284
dest='makercount',
285-
help='how many makers to coinjoin with, default random from 4 to 6',
285+
help='how many makers to coinjoin with, default random '
286+
'from 4 to 6; use 0 to send *direct* to a destination '
287+
'address, not using Joinmarket',
286288
default=random.randint(4, 6))
287289
parser.add_option(
288290
'-C',

0 commit comments

Comments
 (0)