summaryrefslogtreecommitdiff
path: root/tools/hscript-simulate/simulator.1
diff options
context:
space:
mode:
Diffstat (limited to 'tools/hscript-simulate/simulator.1')
-rw-r--r--tools/hscript-simulate/simulator.16
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/hscript-simulate/simulator.1 b/tools/hscript-simulate/simulator.1
index d6a30b5..bad08a1 100644
--- a/tools/hscript-simulate/simulator.1
+++ b/tools/hscript-simulate/simulator.1
@@ -6,7 +6,7 @@
.Nd simulate execution of a HorizonScript, or create shell script
.Sh SYNOPSIS
.Nm
-.Op Fl ns
+.Op Fl hnsv
.Ar INSTALLFILE
.Sh DESCRIPTION
The
@@ -24,12 +24,16 @@ The
.Nm
utility supports the following options:
.Bl -tag -width Ds
+.It Fl h
+Displays a help message, and then exits.
.It Fl n
Disables colour output and ANSI escape sequences in any log messages. This
is the default when not running from a terminal.
.It Fl s
Enables Strict mode, which causes more potential issues to be errors instead
of warnings.
+.It Fl v
+Displays the version information for this utility, and then exits.
.El
.Sh EXIT STATUS
.Ex -std