Fix small CLI typo
The output for verified copies asks the user to run `wormhole --verify receive`, but the correct argument order is `wormhole receive --verify`.
This commit is contained in:
parent
d16b1e888d
commit
9dd1d738e1
|
@ -65,7 +65,7 @@ class Sender:
|
||||||
|
|
||||||
other_cmd = "wormhole receive"
|
other_cmd = "wormhole receive"
|
||||||
if args.verify:
|
if args.verify:
|
||||||
other_cmd = "wormhole --verify receive"
|
other_cmd = "wormhole receive --verify"
|
||||||
if args.zeromode:
|
if args.zeromode:
|
||||||
assert not args.code
|
assert not args.code
|
||||||
args.code = u"0-"
|
args.code = u"0-"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user