summaryrefslogtreecommitdiff
path: root/tools/hscript-validate/validator.1
diff options
context:
space:
mode:
Diffstat (limited to 'tools/hscript-validate/validator.1')
-rw-r--r--tools/hscript-validate/validator.16
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/hscript-validate/validator.1 b/tools/hscript-validate/validator.1
index b57a227..9993a0b 100644
--- a/tools/hscript-validate/validator.1
+++ b/tools/hscript-validate/validator.1
@@ -6,7 +6,7 @@
.Nd ensure the validity of a HorizonScript
.Sh SYNOPSIS
.Nm
-.Op Fl ikns
+.Op Fl hiknsv
.Ar INSTALLFILE
.Sh DESCRIPTION
The
@@ -18,6 +18,8 @@ The
.Nm
utility supports the following options:
.Bl -tag -width Ds
+.It Fl h
+Displays a help message, and then exits.
.It Fl i
Set the Installation Environment flag. This is VERY DANGEROUS, as it will
treat your host system as the target for purposes of validation. Unless you
@@ -31,6 +33,8 @@ 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