aboutsummaryrefslogtreecommitdiff
path: root/Utility
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-12-17 17:36:55 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-12-17 17:36:55 -0400
commitedcc350aa86143f1cf1b8196ed5f23452ee233ad (patch)
tree52557763880a3ea06afe211122ea9c050c77ba36 /Utility
parentacd3b8e3a13ec255acae3765095d58d7e808765f (diff)
document a minor problem
Diffstat (limited to 'Utility')
-rw-r--r--Utility/MagicWormhole.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/Utility/MagicWormhole.hs b/Utility/MagicWormhole.hs
index 9cf101c5e..cc3607a31 100644
--- a/Utility/MagicWormhole.hs
+++ b/Utility/MagicWormhole.hs
@@ -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