From 583d3d1dabef0bd94fea0124760722da31740461 Mon Sep 17 00:00:00 2001 From: Hendrik Date: Sat, 20 Jan 2024 14:05:29 +0100 Subject: [PATCH] scriptcomp: fix typo in help text (#106) --- nwn_script_comp.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nwn_script_comp.nim b/nwn_script_comp.nim index 9b54e68..e997e07 100644 --- a/nwn_script_comp.nim +++ b/nwn_script_comp.nim @@ -39,7 +39,7 @@ Usage: --max-include-depth=N Maximum include depth [default: 16] - -s Simulate: Compile, but write no filee. + -s Simulate: Compile, but write no file. Use --verbose to see what would be written. --langspec NSS Language spec to load [default: nwscript]