From 16a666d5c7e9b6861ce1ef867b2ba222f4d6880f Mon Sep 17 00:00:00 2001 From: Joscha Date: Sun, 10 Nov 2019 16:10:02 +0000 Subject: [PATCH] Update mima-run help --- app/MimaRun/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/MimaRun/Main.hs b/app/MimaRun/Main.hs index 463a969..20048f8 100644 --- a/app/MimaRun/Main.hs +++ b/app/MimaRun/Main.hs @@ -47,7 +47,7 @@ settingsParser = Settings <*> flag False True (long "norun" <> 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 = info (helper <*> settingsParser) $ fullDesc <> failureCode 1