aboutsummaryrefslogtreecommitdiff
path: root/doc/nomsu.1
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-01-10 16:33:37 -0800
committerBruce Hill <bruce@bruce-hill.com>2019-01-10 16:35:08 -0800
commit0f0fb2256a46a8808794d7d4746d112278da3730 (patch)
tree7cfb6b255beeb49705044876913e0332376b66d9 /doc/nomsu.1
parentdb552f56dc1f2c6ea19a7d39d38ac66e52ed156e (diff)
Major overhaul of how modules and environments work, along with some
steamlining and tweaks to the makefile. Version bump: 6.14.13.8
Diffstat (limited to 'doc/nomsu.1')
-rw-r--r--doc/nomsu.17
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/nomsu.1 b/doc/nomsu.1
index ddeedfa..29e5f93 100644
--- a/doc/nomsu.1
+++ b/doc/nomsu.1
@@ -15,8 +15,7 @@ nomsu \- run a Nomsu program
|
.I -e nomsu_code
|
-.I -m nomsu_files...
-[--]
+.I nomsu_files... --
]
[
.I args
@@ -35,7 +34,7 @@ If no input files are provided, \fBnomsu\fR will run in interactive mode.
.BI \-t " tool"
Run the specified Nomsu tool (one of the tools/*.nom files provided with the compiler).
.TP
-.BI \-m " file1 file2... " [--]
+.BI " file1 file2... --"
Run multiple files. If a "--" is supplied, any additional arguments will be treated as arguments for the files, rather than additional files.
.TP
.BI \-e " code"
@@ -93,7 +92,7 @@ Compiles the Nomsu file 'my_file.nom' into a Lua file called 'my_file.lua'
.TP
.B
-nomsu -m one.nom two.nom three.nom
+nomsu one.nom two.nom three.nom --
Runs 'one.nom', then 'two.nom', then 'three.nom'.
.TP