move around - flatter.
[framework/uifw/eet.git] / debian / eet.1
1 .TH EET 1 "November 4, 2007" eet
2 .SH NAME
3 eet \- Small tool to handle eet files.
4 .SH SYNOPSIS
5 .B eet
6 .RI -l " FILE.EET"
7 .br
8 .B eet
9 .RI -r " FILE.EET KEY"
10 .br
11 .B eet
12 .RI "-x|-d" " FILE.EET KEY OUT-FILE"
13 .br
14 .B eet
15 .RI "-i|-e" " FILE.EET KEY IN-FILE COMPRESS"
16 .br
17 .SH DESCRIPTION
18 This manual page documents briefly the
19 .B eet
20 command
21 .PP
22 \fBeet\fP is a program that can extract, import, delete, list, decode and encode data from eet files.
23 .SH OPTIONS
24 .TP
25 .B \-l
26 List all keys in FILE.EET.
27 .TP
28 .B \-r
29 Remove KEY in FILE.EET.
30 .TP
31 .B \-x
32 Extract data stored in KEY in FILE.EET and write to OUT-FILE
33 .TP
34 .B \-d
35 Extract and decode data stored in KEY in FILE.EET and write to OUT-FILE
36 .TP
37 .B \-i
38 Insert data to KEY in FILE.EET from IN-FILE and if COMPRESS is 1, compress it
39 .TP
40 .B \-e
41 Insert and encode to KEY in FILE.EET from IN-FILE and if COMPRESS is 1, compress it
42 .SH BUGS
43 To report a bug, please visit \fIhttp://bugs.enlightenment.org/\fR
44 .SH AUTHOR
45 .TP
46 eet was written by the Enlightenment Development Team
47 .I http://web.enlightenment.org
48 .PP
49 This manual page was written by Albin Tonnerre <albin.tonnerre@gmail.com>,
50 for the Debian project (but may be used by others).