summaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-29 14:26:52 +0200
committerLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-29 14:26:52 +0200
commitb570fd50f9b60626a5327aac06e8103c3cb0348d (patch)
tree0adbad9dcb225a3fa5e57e230f57b3c15b03287c /etc
parent107752e42c617f329648dca864d4058ca7f6d250 (diff)
downloadmidipix_build-b570fd50f9b60626a5327aac06e8103c3cb0348d.tar.bz2
midipix_build-b570fd50f9b60626a5327aac06e8103c3cb0348d.tar.xz
Implements ./pkgtool.sh -e: edit package group file w/ ${EDITOR}.
Diffstat (limited to 'etc')
-rw-r--r--etc/README.md1
-rw-r--r--etc/pkgtool.usage1
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/README.md b/etc/README.md
index 16d779fd..24f90451 100644
--- a/etc/README.md
+++ b/etc/README.md
@@ -926,6 +926,7 @@ usage: ./pkgtool.sh [-a nt32|nt64] [-b debug|release] [-i|-m <dname> -M <dname>|
-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}.
-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 b998bab7..898e3e0e 100644
--- a/etc/pkgtool.usage
+++ b/etc/pkgtool.usage
@@ -4,6 +4,7 @@
-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}.
-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>