summaryrefslogtreecommitdiff
path: root/tnslc/tnslc.tnsl
diff options
context:
space:
mode:
authorKai Gunger <kgunger12@gmail.com>2026-03-16 00:26:51 -0400
committerKai Gunger <kgunger12@gmail.com>2026-03-16 00:26:51 -0400
commit6fcd9b168c2667c3e757bce7f68377954917224a (patch)
treebcafe3329f9c1da4746ebbf90fadc8a03884725e /tnslc/tnslc.tnsl
parent411733084c3f64872657e6803ecf4380c907626e (diff)
Various fixesorigin
Diffstat (limited to 'tnslc/tnslc.tnsl')
-rw-r--r--tnslc/tnslc.tnsl5
1 files changed, 4 insertions, 1 deletions
diff --git a/tnslc/tnslc.tnsl b/tnslc/tnslc.tnsl
index d49bcc9..6176026 100644
--- a/tnslc/tnslc.tnsl
+++ b/tnslc/tnslc.tnsl
@@ -56,8 +56,11 @@ options:
;/
fout.init(argv{arg_counter})
;; else
- fout.init(DEFAULT_FOUT)
+ _printf(USAGE)
+ return 1
;/
+ ;; else
+ fout.init(DEFAULT_FOUT)
;/
/; if (arg_counter !< argc)