From 22d13912cfe1a45813eda153ade22541c208fcd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Mon, 5 Apr 2021 09:27:49 +0100 Subject: pkgtool.sh:pkgtool{,p_mirror}(): split -m , into -m -M for convenience. subr/pkgtool_init.subr: split -m , into -m -M for convenience. etc/{pkgtool.usage,README.md}: updated. --- etc/README.md | 5 +++-- etc/pkgtool.usage | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'etc') diff --git a/etc/README.md b/etc/README.md index ef53ca8b..ece5eae5 100644 --- a/etc/README.md +++ b/etc/README.md @@ -379,13 +379,14 @@ for a list of package build steps and how they are overriden. ## 3.5. ``pkgtool.sh`` ``` -usage: ./pkgtool.sh [-a nt32|nt64] [-b debug|release] [-i|-m ,|-r|-s|-t] +usage: ./pkgtool.sh [-a nt32|nt64] [-b debug|release] [-i|-m -M |-r|-s|-t] [=[ ..]] 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 , Setup package archives mirror in and Git repositories mirror in + -m Setup package archives mirror in and/or + -M Setup Git repositories mirror in -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 diff --git a/etc/pkgtool.usage b/etc/pkgtool.usage index 0ebc5acf..dd991b36 100644 --- a/etc/pkgtool.usage +++ b/etc/pkgtool.usage @@ -1,10 +1,11 @@ -usage: ./pkgtool.sh [-a nt32|nt64] [-b debug|release] [-i|-m ,|-r|-s|-t] +usage: ./pkgtool.sh [-a nt32|nt64] [-b debug|release] [-i|-m -M |-r|-s|-t] [=[ ..]] 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 , Setup package archives mirror in and Git repositories mirror in + -m Setup package archives mirror in and/or + -M Setup Git repositories mirror in -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 -- cgit v1.2.3