Updated doc for debugger.

This commit is contained in:
Bruce Hill 2018-07-10 15:06:02 -07:00
parent fa72d7eeb1
commit 77a551099a
3 changed files with 5 additions and 0 deletions

View File

@ -45,6 +45,9 @@ Check the input files for syntax errors without running them.
.B \-I " file" .B \-I " file"
Include the specified file (or all .nom files in a directory and its subdirectories) in the input files. Include the specified file (or all .nom files in a directory and its subdirectories) in the input files.
.TP .TP
.B \-d " debugger"
If provided, \fBnomsu\fR will attempt to use the specified debugger to wrap the main body of execution.
.TP
.B \--version .B \--version
Print the version number and exit. Print the version number and exit.
.TP .TP

View File

@ -62,6 +62,7 @@ OPTIONS
-s Check the input files for syntax errors. -s Check the input files for syntax errors.
-t Run tests. -t Run tests.
-I <file> Add an additional input file or directory. -I <file> Add an additional input file or directory.
-d <debugger> Attempt to use the specified debugger to wrap the main body of execution.
-h/--help Print this message. -h/--help Print this message.
--version Print the version number and exit. --version Print the version number and exit.
-V specify which Nomsu version is desired. -V specify which Nomsu version is desired.

View File

@ -20,6 +20,7 @@ OPTIONS
-s Check the input files for syntax errors. -s Check the input files for syntax errors.
-t Run tests. -t Run tests.
-I <file> Add an additional input file or directory. -I <file> Add an additional input file or directory.
-d <debugger> Attempt to use the specified debugger to wrap the main body of execution.
-h/--help Print this message. -h/--help Print this message.
--version Print the version number and exit. --version Print the version number and exit.
-V specify which Nomsu version is desired. -V specify which Nomsu version is desired.