]> git.draconx.ca Git - liblbx.git/blob - doc/man/lbxtool.1
63bd25459a5d90eda40a3b9c9e6a484f7fddd9b2
[liblbx.git] / doc / man / lbxtool.1
1 .Dd September 12, 2021
2 .Os liblbx
3 .Dt LBXTOOL \&1 "2ooM Reference Manual"
4 .Sh NAME
5 .Nm lbxtool
6 .Nd manipulate LBX archives
7 .Sh SYNOPSIS
8 .Nm
9 .Op Fl l Ns | Ns Fl x
10 .Op Fl v
11 .Op Fl f Ar path
12 .Op Ar
13 .Sh DESCRIPTION
14 .Nm
15 lists and extracts files from LBX archives (the format used by Moo2),
16 using
17 .Em liblbx .
18 .Sh OPTIONS
19 .Bl -tag -width indent
20 .It Fl l , -list
21 Sets the operating mode to list files in the archive.
22 .It Fl x , -extract
23 Sets the operating mode to extract files from the archive.
24 .It Fl v , -verbose
25 Output additional information on standard output.
26 .It Fl f , -file Ar path
27 Read from the specified
28 .Ar path
29 instead of standard input.
30 .It Fl V , -version
31 Print a version message and exit.
32 .It Fl H , -help
33 Print a help message and exit
34 .It Ar
35 Limit the operation to these files in the archive.  By default, all files are
36 selected.  Supports common shell globbing features.
37 .El
38 .Sh CAVEATS
39 When extracting from an archive read from standard input, be sure to specify
40 files in the order that they appear in the archive.  This limitation will
41 hopefully be lifted in the future.
42 .Sh AUTHORS
43 Nick Bowler <nbowler@draconx.ca>
44 .Sh COPYRIGHT
45 Copyright \(co 2008, 2010, 2021 Nick Bowler
46 .Pp
47 Permission is granted to copy, distribute and/or modify this manual under the
48 terms of the GNU General Public License as published by the Free Software
49 Foundation, either version 3 of the License, or (at your option) any later
50 version.