summaryrefslogtreecommitdiff
path: root/pandoc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-02-07 19:58:28 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-02-07 20:06:30 -0800
commitec5dc431def8fd7aa43dab1f59fb20dcd2933d16 (patch)
treeb4513668042197f56530910f01a8ba393e1ffac6 /pandoc.hs
parent7f4e1075be9ab08e71f357515a8240316ddc39e9 (diff)
Changes to --version.
Print default user data directory. Put language names in lowercase and omit 'alert' and 'alert_indent'.
Diffstat (limited to 'pandoc.hs')
-rw-r--r--pandoc.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.hs b/pandoc.hs
index f3d493e13..203dcf882 100644
--- a/pandoc.hs
+++ b/pandoc.hs
@@ -707,7 +707,7 @@ options =
prg <- getProgName
defaultDatadir <- getAppUserDataDirectory "pandoc"
UTF8.hPutStrLn stdout (prg ++ " " ++ pandocVersion ++
- compileInfo ++ "\nDefault data directory: " ++
+ compileInfo ++ "\nDefault user data directory: " ++
defaultDatadir ++ copyrightMessage)
exitWith ExitSuccess ))
"" -- "Print version"