Fix documentation for root command

This commit is contained in:
Daniel Gröber 2015-01-12 20:04:41 +01:00
parent 129fe92de2
commit 0eaa3d23d8

View File

@ -182,12 +182,12 @@ ghcModUsage =
\ -l\n\ \ -l\n\
\ Option to be passed to hlint.\n\ \ Option to be passed to hlint.\n\
\\n\ \\n\
\ - root FILE\n\ \ - root\n\
\ Try to find the project directory given FILE. For Cabal\n\ \ Try to find the project directory. For Cabal projects this is the\n\
\ projects this is the directory containing the cabal file, for\n\ \ directory containing the cabal file, for projects that use a cabal\n\
\ projects that use a cabal sandbox but have no cabal file this is the\n\ \ sandbox but have no cabal file this is the directory containing the\n\
\ directory containing the sandbox and otherwise this is the directory\n\ \ cabal.sandbox.config file and otherwise this is the current\n\
\ containing FILE.\n\ \ directory.\n\
\\n\ \\n\
\ - doc MODULE\n\ \ - doc MODULE\n\
\ Try finding the html documentation directory for the given MODULE.\n\ \ Try finding the html documentation directory for the given MODULE.\n\