diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-08 18:42:54 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-08 18:42:54 -0400 |
| commit | 0e47d3ed2ec899c1c3765030dff2c7120fc8c58f (patch) | |
| tree | 71399a9384b2c41fb014d573e730f73dd22785c8 | |
| parent | 306aa46f09c12ce326f03253213e9b96c483422b (diff) | |
propellor spin
| -rw-r--r-- | Propellor/CmdLine.hs | 2 |
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)" ] |
