removing cabal-dev from help.

This commit is contained in:
Kazu Yamamoto 2013-09-06 13:27:30 +09:00
parent d37e1592d4
commit 929c446f0f

View File

@ -57,7 +57,7 @@ argspec = [ Option "l" ["tolisp"]
"print detailed info"
, Option "s" ["sandbox"]
(ReqArg (\s opts -> opts { sandbox = Just s }) "path")
"specify cabal-dev sandbox (default 'cabal-dev`)"
"specify a sandbox"
, Option "b" ["boundary"]
(ReqArg (\s opts -> opts { lineSeparator = LineSeparator s }) "sep")
"specify line separator (default is Nul string)"