summaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-26 15:36:24 +0200
committerLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-26 15:36:24 +0200
commita790c7bf251ff32242e2578239ce1f11c1fad496 (patch)
tree6ce7e63062176e42756a32d55b18200178770fa4 /etc
parent6a630d65522105b25363ab4ac10248fc13b1c783 (diff)
downloadmidipix_build-a790c7bf251ff32242e2578239ce1f11c1fad496.tar.bz2
midipix_build-a790c7bf251ff32242e2578239ce1f11c1fad496.tar.xz
Accept comma-separated list of packages in ./pkgtool.sh -i.
Diffstat (limited to 'etc')
-rw-r--r--etc/README.md4
-rw-r--r--etc/pkgtool.usage4
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/README.md b/etc/README.md
index 7c486d49..39b60b1e 100644
--- a/etc/README.md
+++ b/etc/README.md
@@ -921,11 +921,11 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[
```
usage: ./pkgtool.sh [-a nt32|nt64] [-b debug|release] [-i|-m <dname> -M <dname>|-p|-r|-R|-t]
[--theme theme] [-v]
- [<variable name>=<variable override>[ ..]] name
+ [<variable name>=<variable override>[ ..]] name[,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.
+ -i List package variables and dependencies of named package(s).
-m <dname> Setup package archives mirror in <dname> and/or
-M <dname> Setup Git repositories mirror in <dname>
Specify "" or '' as <dname> to default to the defaults in
diff --git a/etc/pkgtool.usage b/etc/pkgtool.usage
index 47f1daa1..b998bab7 100644
--- a/etc/pkgtool.usage
+++ b/etc/pkgtool.usage
@@ -1,10 +1,10 @@
usage: ./pkgtool.sh [-a nt32|nt64] [-b debug|release] [-i|-m <dname> -M <dname>|-p|-r|-R|-t]
[--theme theme] [-v]
- [<variable name>=<variable override>[ ..]] name
+ [<variable name>=<variable override>[ ..]] name[,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.
+ -i List package variables and dependencies of named package(s).
-m <dname> Setup package archives mirror in <dname> and/or
-M <dname> Setup Git repositories mirror in <dname>
Specify "" or '' as <dname> to default to the defaults in