aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2017-06-12 03:09:23 +0200
committerDaniel Gröber <dxld@darkboxed.org>2017-06-12 03:09:23 +0200
commit225e209b2c93d7f28e206a618ef86a396cf65986 (patch)
tree45c40c05147744fa272710b3e4054d0b841d2635
parentc8f7ac80ee152d737220c75a4d9b10211a37ace8 (diff)
Fix wording in libexecNotFound error message
-rw-r--r--Distribution/Helper.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Distribution/Helper.hs b/Distribution/Helper.hs
index f14ae21..7f34b09 100644
--- a/Distribution/Helper.hs
+++ b/Distribution/Helper.hs
@@ -452,7 +452,7 @@ libexecNotFoundError :: String -- ^ Name of the executable we were trying to
libexecNotFoundError exe dir reportBug = printf
( "Could not find $libexecdir/%s\n"
++"\n"
- ++"If you are a developer set the environment variable\n"
+ ++"If you are a cabal-helper developer you can set the environment variable\n"
++"`cabal_helper_libexecdir' to override $libexecdir[1]. The following will\n"
++"work in the cabal-helper source tree:\n"
++"\n"