diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-29 13:51:30 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-29 13:51:30 -0400 |
commit | 2efbb8e9bbb8c3af3d5f1bfffc4a3a2b06580a77 (patch) | |
tree | 0f4b89af95f6a493df26ce7eaa369a70a86d46d9 /Build/NullSoftInstaller.hs | |
parent | 5a992ed938378c027ef3f70967fa0aa95cf9985a (diff) |
typo
Diffstat (limited to 'Build/NullSoftInstaller.hs')
-rw-r--r-- | Build/NullSoftInstaller.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs index c5fefa894..846c8d621 100644 --- a/Build/NullSoftInstaller.hs +++ b/Build/NullSoftInstaller.hs @@ -204,8 +204,8 @@ cygwinDlls = -- msysgit opens Program Files/Git/doc/git/html/git-annex.html
-- when git annex --help is run.
-writeHtmlText :: String
-writeHtmlText = unlines
+htmlHelpText :: String
+htmlHelpText = unlines
[ "<html>"
, "<title>git-annex help</title>"
, "<body>"
|