From 01b93dd2437ee3fa76395e0df94045359ebe3ebd Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Wed, 16 May 2018 21:00:45 +0200 Subject: [PATCH] improve help for geval --init --- src/GEval/OptionsParser.hs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/GEval/OptionsParser.hs b/src/GEval/OptionsParser.hs index bad86fe..eaabd31 100644 --- a/src/GEval/OptionsParser.hs +++ b/src/GEval/OptionsParser.hs @@ -169,11 +169,9 @@ initChallenge spec = case gesExpectedDirectory spec of showInitInstructions = do putStrLn [here| Run: - geval --init --expected-directory CHALLENGE + geval --init --expected-directory CHALLENGE --metric METRIC-NAME --precision NUMBER-OF-DIGITS to create a directory CHALLENGE representing a Gonito challenge. -You can specify a metric with `--metric METRIC-NAME` option. - -Note that `--out-directory` option is not taken into account with `--init` option. +(Note that `--out-directory` option is not taken into account with `--init` option.) |] exitFailure