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:
Tom Lowenthal 2016-08-14 21:06:04 -04:00 committed by Brian Warner
parent d16b1e888d
commit 9dd1d738e1

View File

@ -65,7 +65,7 @@ class Sender:
other_cmd = "wormhole receive"
if args.verify:
other_cmd = "wormhole --verify receive"
other_cmd = "wormhole receive --verify"
if args.zeromode:
assert not args.code
args.code = u"0-"