diff options
Diffstat (limited to 'etc/pkgtool.usage')
-rw-r--r-- | etc/pkgtool.usage | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/pkgtool.usage b/etc/pkgtool.usage index dd991b36..a91c6670 100644 --- a/etc/pkgtool.usage +++ b/etc/pkgtool.usage @@ -1,4 +1,4 @@ -usage: ./pkgtool.sh [-a nt32|nt64] [-b debug|release] [-i|-m <dname> -M <dname>|-r|-s|-t] +usage: ./pkgtool.sh [-a nt32|nt64] [-b debug|release] [-i|-m <dname> -M <dname>|-r|-s|-t] [-v] [<variable name>=<variable override>[ ..]] name -a nt32|nt64 Selects 32-bit or 64-bit architecture; defaults to nt64. @@ -14,6 +14,7 @@ usage: ./pkgtool.sh [-a nt32|nt64] [-b debug|release] [-i|-m <dname> -M <dname>| forcibly aborted and dumped prior to enterting the shell. -t Produce tarball of package build root directory and build log file for the purpose of distribution given build failure. + -v Increase verbosity. <variable name>=<variable override>[ ..] Override build variable. |