summaryrefslogtreecommitdiff
path: root/Propellor/CmdLine.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-08 18:42:54 -0400
committerJoey Hess2014-04-08 18:42:54 -0400
commit0e47d3ed2ec899c1c3765030dff2c7120fc8c58f (patch)
tree71399a9384b2c41fb014d573e730f73dd22785c8 /Propellor/CmdLine.hs
parent306aa46f09c12ce326f03253213e9b96c483422b (diff)
propellor spin
Diffstat (limited to 'Propellor/CmdLine.hs')
-rw-r--r--Propellor/CmdLine.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/CmdLine.hs b/Propellor/CmdLine.hs
index 5ea982c3..a7cacdca 100644
--- a/Propellor/CmdLine.hs
+++ b/Propellor/CmdLine.hs
@@ -95,7 +95,7 @@ onlyProcess a = bracket lock unlock (const a)
unknownhost :: HostName -> IO a
unknownhost h = errorMessage $ unlines
- [ "Unknown host: " ++ h
+ [ "Propellor does not know about host: " ++ h
, "(Perhaps you should specify the real hostname on the command line?)"
, "(Or, edit propellor's config.hs to configure this host)"
]