Updated doc for debugger.
This commit is contained in:
parent
fa72d7eeb1
commit
77a551099a
@ -45,6 +45,9 @@ Check the input files for syntax errors without running them.
|
||||
.B \-I " file"
|
||||
Include the specified file (or all .nom files in a directory and its subdirectories) in the input files.
|
||||
.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
|
||||
Print the version number and exit.
|
||||
.TP
|
||||
|
@ -62,6 +62,7 @@ OPTIONS
|
||||
-s Check the input files for syntax errors.
|
||||
-t Run tests.
|
||||
-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.
|
||||
--version Print the version number and exit.
|
||||
-V specify which Nomsu version is desired.
|
||||
|
@ -20,6 +20,7 @@ OPTIONS
|
||||
-s Check the input files for syntax errors.
|
||||
-t Run tests.
|
||||
-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.
|
||||
--version Print the version number and exit.
|
||||
-V specify which Nomsu version is desired.
|
||||
|
Loading…
Reference in New Issue
Block a user