aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexwl <alexey.a.kiryushin@gmail.com>2019-03-24 16:56:27 +0300
committeralexwl <alexey.a.kiryushin@gmail.com>2019-03-24 16:56:27 +0300
commit66fd80a8fb769924bf818a5e7eb2452bea8b6083 (patch)
treed085c1577ee28a06d1cf54a2abe9afe1fb93021c
parente9b64c5661fe1ab36e8646f287bba8e0b648a637 (diff)
Fix typo
-rwxr-xr-xinstall.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.hs b/install.hs
index 5bd2b63..780b2bf 100755
--- a/install.hs
+++ b/install.hs
@@ -96,7 +96,7 @@ argsParser =
desc =
"Install haskell-code-indexer executables with the GHC version they were"
<> " compiled with appended to their name. Builds everything if you don't"
- <> " specify options. Not that if you already have an indexer executable"
+ <> " specify options. Note that if you already have an indexer executable"
<> " without the GHC version appended in your Stack's local bin"
<> " it will be deleted."