summaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-04-11 09:22:17 +0200
committerLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-04-11 09:22:17 +0200
commit16c4a3374a782117cc3816eb56c5d4af750945c4 (patch)
treed3ec635da7f77dd881c4d36866f26ee1fd3330b8 /etc
parent31de23c80378f24edd4b7cbfa2552475169fcf43 (diff)
downloadmidipix_build-16c4a3374a782117cc3816eb56c5d4af750945c4.tar.bz2
midipix_build-16c4a3374a782117cc3816eb56c5d4af750945c4.tar.xz
Implements ./pkgtool.sh -f: list files installed by package.
Diffstat (limited to 'etc')
-rw-r--r--etc/README.md3
-rw-r--r--etc/pkgtool.usage3
2 files changed, 4 insertions, 2 deletions
diff --git a/etc/README.md b/etc/README.md
index 702e4e8f..40ce884f 100644
--- a/etc/README.md
+++ b/etc/README.md
@@ -921,13 +921,14 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[
## 4.6. ``pkgtool.sh``
```
-usage: ./pkgtool.sh [-a nt32|nt64] [-b debug|release] [-i|-m <dname> -M <dname>|-p|-r|-R|-t]
+usage: ./pkgtool.sh [-a nt32|nt64] [-b debug|release] [-e|-f|-i|-m <dname> -M <dname>|-p|-r|-R|-t]
[--theme theme] [-v]
[<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.
-e Edit package group file of single named package with ${EDITOR}.
+ -f List files installed by single 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>
diff --git a/etc/pkgtool.usage b/etc/pkgtool.usage
index 898e3e0e..7fc7e77b 100644
--- a/etc/pkgtool.usage
+++ b/etc/pkgtool.usage
@@ -1,10 +1,11 @@
-usage: ./pkgtool.sh [-a nt32|nt64] [-b debug|release] [-i|-m <dname> -M <dname>|-p|-r|-R|-t]
+usage: ./pkgtool.sh [-a nt32|nt64] [-b debug|release] [-e|-f|-i|-m <dname> -M <dname>|-p|-r|-R|-t]
[--theme theme] [-v]
[<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.
-e Edit package group file of single named package with ${EDITOR}.
+ -f List files installed by single 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>