diff options
| author | Kai Gunger <kgunger12@gmail.com> | 2026-03-16 00:26:51 -0400 |
|---|---|---|
| committer | Kai Gunger <kgunger12@gmail.com> | 2026-03-16 00:26:51 -0400 |
| commit | 6fcd9b168c2667c3e757bce7f68377954917224a (patch) | |
| tree | bcafe3329f9c1da4746ebbf90fadc8a03884725e /tnslc/tnslc.tnsl | |
| parent | 411733084c3f64872657e6803ecf4380c907626e (diff) | |
Various fixesorigin
Diffstat (limited to 'tnslc/tnslc.tnsl')
| -rw-r--r-- | tnslc/tnslc.tnsl | 5 |
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) |