]> git.draconx.ca Git - liblbx.git/blob - doc/man/lbxtool.1
Add man pages for lbxtool and lbximg
[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 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.