summaryrefslogtreecommitdiffhomepage
path: root/etc/pkgtool.usage
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-08-25 19:14:10 +0200
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-08-25 19:14:10 +0200
commitdfaaf6172ff1f7fe6b9090e66ca26e316dedc3ac (patch)
tree57bfada2ca72e1b0107503422a8583579d659dac /etc/pkgtool.usage
parent30cdf7382b1816ee6544a9527d426f2e09008dc0 (diff)
downloadmidipix_build-dfaaf6172ff1f7fe6b9090e66ca26e316dedc3ac.tar.bz2
midipix_build-dfaaf6172ff1f7fe6b9090e66ca26e316dedc3ac.tar.xz
etc/{build.usage{,.short},pkgtool.usage}: colourised.
Diffstat (limited to 'etc/pkgtool.usage')
-rw-r--r--etc/pkgtool.usage36
1 files changed, 18 insertions, 18 deletions
diff --git a/etc/pkgtool.usage b/etc/pkgtool.usage
index a91c6670..48126908 100644
--- a/etc/pkgtool.usage
+++ b/etc/pkgtool.usage
@@ -1,20 +1,20 @@
-usage: ./pkgtool.sh [-a nt32|nt64] [-b debug|release] [-i|-m <dname> -M <dname>|-r|-s|-t] [-v]
- [<variable name>=<variable override>[ ..]] name
+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.
- -b debug|release Selects debug or release build kind; defaults to debug.
- -i List package variables and dependencies of single named package.
- -m <dname> Setup package archives mirror in <dname> and/or
- -M <dname> Setup Git repositories mirror in <dname>
- -r List reverse dependencies of single named package.
- -s Enter interactive package build shell environment for single
- named package; requires a package dump file. If the package
- has not been built yet or built successfully, it will be rebuilt
- at build steps up until, by default, the `build' build step and
- 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.
+ -a nt32|nt64 Selects 32-bit or 64-bit architecture; defaults to nt64.
+ -b debug|release Selects debug or release build kind; defaults to debug.
+ -i List package variables and dependencies of single named package.
+ -m <dname> Setup package archives mirror in <dname> and/or
+ -M <dname> Setup Git repositories mirror in <dname>
+ -r List reverse dependencies of single named package.
+ -s Enter interactive package build shell environment for single
+ named package; requires a package dump file. If the package
+ has not been built yet or built successfully, it will be rebuilt
+ at build steps up until, by default, the `build' build step and
+ 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.
+ <variable name>=<variable override>[ ..]
+ Override build or package variable.