document a minor problem

This commit is contained in:
Joey Hess 2016-12-17 17:36:55 -04:00
parent 399d0f1929
commit 7cddfca799
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -55,7 +55,10 @@ sendCode = putMVar
-- Currently this has to parse the output of wormhole to find the code.
-- To make this as robust as possible, avoids looking for any particular
-- output strings, and only looks for the form of a wormhole code
-- (number-word-word).
-- (number-word-word).
--
-- Note that, if the filename looks like "foo 1-wormhole-code bar", when
-- that is output by wormhole, it will look like it's output a wormhole code.
--
-- A request to make the code available in machine-parsable form is here:
-- https://github.com/warner/magic-wormhole/issues/104