Update mima-run help

This commit is contained in:
Joscha 2019-11-10 16:10:02 +00:00
parent 143a3e9a45
commit 16a666d5c7

View file

@ -47,7 +47,7 @@ settingsParser = Settings
<*> flag False True <*> flag False True
(long "norun" (long "norun"
<> short 'r' <> short 'r'
<> help "Don't run the MiMa. Use the initial state for all further actions") <> help "Don't run the MiMa. Use the initial state for all further actions. Roughly equivalent to -n 0")
opts :: ParserInfo Settings opts :: ParserInfo Settings
opts = info (helper <*> settingsParser) $ fullDesc <> failureCode 1 opts = info (helper <*> settingsParser) $ fullDesc <> failureCode 1