diff options
author | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2023-03-26 15:36:24 +0200 |
---|---|---|
committer | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2023-03-26 15:36:24 +0200 |
commit | a790c7bf251ff32242e2578239ce1f11c1fad496 (patch) | |
tree | 6ce7e63062176e42756a32d55b18200178770fa4 /etc | |
parent | 6a630d65522105b25363ab4ac10248fc13b1c783 (diff) | |
download | midipix_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.md | 4 | ||||
-rw-r--r-- | etc/pkgtool.usage | 4 |
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 @@ [97musage[90m: [33m./[93mpkgtool.sh [90m[[33m-[93ma nt32[90m|[93mnt64[90m] [[33m-[93mb [93mdebug[90m|[93mrelease[90m] [[33m-[93mi[90m|[33m-[93mm [90m<[93mdname[90m> [33m-[93mM [90m<[93mdname[90m>|[33m-[93mp[90m|[33m-[93mr[90m|[33m-[93mR[90m|[33m-[93mt[90m][0m [90m[[93m--theme theme[90m] [90m[[33m-[93mv[90m][0m - [90m[<[93mvariable name[90m>[93m=[90m<[93mvariable override[90m>[ ..]] [93mname[90m + [90m[<[93mvariable name[90m>[93m=[90m<[93mvariable override[90m>[ ..]] [93mname[90m[,[93mname[90m..][0m [33m-[93ma nt32[90m|[93mnt64[0m [96mSelects 32-bit or 64-bit architecture; defaults to [93mnt64[96m.[0m [33m-[93mb debug[90m|[93mrelease[0m [96mSelects debug or release build kind; defaults to [93mdebug[96m.[0m - [33m-[93mi [96mList package variables and dependencies of single named package.[0m + [33m-[93mi [96mList package variables and dependencies of named package(s).[0m [33m-[93mm [90m<[93mdname[90m> [96mSetup package archives mirror in [90m<[93mdname[90m>[96m and/or[0m [33m-[93mM [90m<[93mdname[90m> [96mSetup Git repositories mirror in [90m<[93mdname[90m>[0m [96mSpecify "" or '' as <dname> to default to the defaults in[0m |