about summary refs log tree commit diff stats
path: root/adapter
diff options
context:
space:
mode:
Diffstat (limited to 'adapter')
-rw-r--r--adapter/format/ansi2html.nim3
1 files changed, 2 insertions, 1 deletions
diff --git a/adapter/format/ansi2html.nim b/adapter/format/ansi2html.nim
index 9abc6925..49f24d87 100644
--- a/adapter/format/ansi2html.nim
+++ b/adapter/format/ansi2html.nim
@@ -381,7 +381,8 @@ proc main() =
         inc i
         if i > H: usage()
         title = paramStr(i).percentDecode()
-      else: discard
+      else:
+        usage()
     inc i
   if standalone:
     state.puts("<!DOCTYPE html>\n")