aboutsummaryrefslogtreecommitdiff
path: root/silc.icl
diff options
context:
space:
mode:
Diffstat (limited to 'silc.icl')
-rw-r--r--silc.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/silc.icl b/silc.icl
index 7308914..4a5ceea 100644
--- a/silc.icl
+++ b/silc.icl
@@ -132,8 +132,8 @@ where
<|> (\ cli -> {cli & generate=False}) <$ item "--no-generate"
<|> (\ cli -> {cli & help=True}) <$ anyItem ["-h", "--help"]
<|> (\name cli -> {cli & inputfile=Just name}) <$> satisfy isFilename
- <?> P_Invalid "command line argument" opt
)
+ <?> P_Invalid "command line argument" opt
HELP = "silc: simple imperative language compiler\r\n\r\n" +++
"Usage: silc [-p|--pretty-print] [--no-check] [--no-compile] [--no-generate] [-h|--help] [FILE]\r\n\r\n" +++