]> git.draconx.ca Git - liblbx.git/blob - doc/man/lbxtool.1
doc: Update man pages to reflect reality.
[liblbx.git] / doc / man / lbxtool.1
1 .\" Copyright (C) 2008-2010 Nick Bowler
2 .\" Copying and distribution of this file, with or without modification,
3 .\" are permitted in any medium without royalty provided the copyright
4 .\" notice and this notice are preserved.  This file is offered as-is,
5 .\" without any warranty.
6 .Dd February 9, 2010
7 .Os liblbx
8 .Dt LBXTOOL \&1 "2ooM Reference Manual"
9 .Sh NAME
10 .Nm lbxtool
11 .Nd manipulate LBX archives
12 .Sh SYNOPSIS
13 .Nm
14 .Op Fl l Ns | Ns Fl x
15 .Op Fl v
16 .Op Fl f Ar path
17 .Op Ar
18 .Sh DESCRIPTION
19 .Nm
20 lists and extracts files from LBX archives (the format used by Moo2),
21 using
22 .Em liblbx .
23 .Sh OPTIONS
24 .Bl -tag -width indent
25 .It Fl l , -list
26 Sets the operating mode to list files in the archive.
27 .It Fl x , -extract
28 Sets the operating mode to extract files from the archive.
29 .It Fl v , -verbose
30 Output additional information on standard output.
31 .It Fl f , -file Ar path
32 Read from the specified
33 .Ar path
34 instead of standard input.
35 .It Fl V , -version
36 Print a version message and exit.
37 .It Fl -usage
38 Print a short usage message and exit.
39 .It Fl -help
40 Print a help message and exit
41 .It Ar
42 Limit the operation to these files in the archive.  By default, all files are
43 selected.  Supports common shell globbing features.
44 .El
45 .Sh CAVEATS
46 When extracting from an archive read from standard input, be sure to specify
47 files in the order that they appear in the archive.  This limitation will
48 hopefully be lifted in the future.