git: c417b618b933 - stable/13 - etcupdate: Add -D destdir to usage for 'extract'.

John Baldwin jhb at FreeBSD.org
Wed Jun 9 21:20:57 UTC 2021


The branch stable/13 has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=c417b618b93395c2b084382646e94ee9ac6a1451

commit c417b618b93395c2b084382646e94ee9ac6a1451
Author:     John Baldwin <jhb at FreeBSD.org>
AuthorDate: 2021-04-26 16:49:34 +0000
Commit:     John Baldwin <jhb at FreeBSD.org>
CommitDate: 2021-06-09 21:19:39 +0000

    etcupdate: Add -D destdir to usage for 'extract'.
    
    Reported by:    Mark Millard <marklmi at yahoo.com>
    
    (cherry picked from commit 5eb9c93a20d7320b24635ed09eba4908951bdeb2)
---
 usr.sbin/etcupdate/etcupdate.8  | 1 +
 usr.sbin/etcupdate/etcupdate.sh | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/usr.sbin/etcupdate/etcupdate.8 b/usr.sbin/etcupdate/etcupdate.8
index 5f13ed1d6733..3d48e218494c 100644
--- a/usr.sbin/etcupdate/etcupdate.8
+++ b/usr.sbin/etcupdate/etcupdate.8
@@ -60,6 +60,7 @@
 .Op Fl B
 .Op Fl d Ar workdir
 .Op Fl s Ar source | Fl t Ar tarball
+.Op Fl D Ar destdir
 .Op Fl L Ar logfile
 .Op Fl M Ar options
 .Nm
diff --git a/usr.sbin/etcupdate/etcupdate.sh b/usr.sbin/etcupdate/etcupdate.sh
index 254a72abae08..acfc601b93af 100755
--- a/usr.sbin/etcupdate/etcupdate.sh
+++ b/usr.sbin/etcupdate/etcupdate.sh
@@ -68,8 +68,8 @@ usage: etcupdate [-npBF] [-d workdir] [-r | -s source | -t tarball]
        etcupdate build [-B] [-d workdir] [-s source] [-L logfile] [-M options]
                  <tarball>
        etcupdate diff [-d workdir] [-D destdir] [-I patterns] [-L logfile]
-       etcupdate extract [-B] [-d workdir] [-s source | -t tarball] [-L logfile]
-                 [-M options]
+       etcupdate extract [-B] [-d workdir] [-s source | -t tarball]
+                 [-D destdir] [-L logfile] [-M options]
        etcupdate resolve [-p] [-d workdir] [-D destdir] [-L logfile]
        etcupdate revert [-d workdir] [-D destdir] [-L logfile] file ...
        etcupdate status [-d workdir] [-D destdir]


More information about the dev-commits-src-all mailing list