etcupdate: Add -D destdir to usage for 'extract'.
Reported by: Mark Millard <marklmi@yahoo.com> MFC after: 1 week
This commit is contained in:
parent
ba7b31b3e9
commit
5eb9c93a20
@ -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
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user