]> git.draconx.ca Git - liblbx.git/blob - doc/man/lbxtool.1
c91a96953f0a0b825c37d9a6b000ba748a3baa7c
[liblbx.git] / doc / man / lbxtool.1
1 .Dd January 4, 2008
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.  If
30 .Ar path
31 is -,
32 .Nm
33 will read from standard input anyway.
34 .It Fl V , -version
35 Print a version message and exit.
36 .It Fl -usage
37 Print a short usage message and exit.
38 .It Fl -help
39 Print a help message and exit
40 .It Ar
41 Limit the operation to these files in the archive.  By default, all files are
42 selected.  Supports common shell globbing features.
43 .El
44 .Sh CAVEATS
45 When extracting from an archive read from standard input, be sure to specify
46 files in the order that they appear in the archive.  This limitation will
47 hopefully be lifted in the future.