document a minor problem
This commit is contained in:
parent
399d0f1929
commit
7cddfca799
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue