Update mima-run help
This commit is contained in:
parent
143a3e9a45
commit
16a666d5c7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue