~ntt-pf-lab/nova/monkey_patch_notification

« back to all changes in this revision

Viewing changes to vendor/Twisted-10.0.0/doc/core/man/tapconvert.1

  • Committer: Jesse Andrews
  • Date: 2010-05-28 06:05:26 UTC
  • Revision ID: git-v1:bf6e6e718cdc7488e2da87b21e258ccc065fe499
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH TAPCONVERT "1" "July 2001" "" ""
 
2
.SH NAME
 
3
tapconvert \- convert Twisted configurations from one format to another
 
4
.SH SYNOPSIS
 
5
.B tapconvert -i \fIinput\fR -o \fIoutput\fR  [-f \fIinput-type\fR] [-t \fIoutput-type\fR] [-d] [-e]
 
6
.PP
 
7
.B tapconvert --help
 
8
.SH DESCRIPTION
 
9
.PP
 
10
The \fB\--help\fR prints out a usage message to standard output.
 
11
.TP 
 
12
\fB\--in\fR, \fB\-i\fR \fI<input file>\fR
 
13
The name of the input configuration.
 
14
.TP 
 
15
\fB\--out\fR, \fB\-o\fR \fI<output file>\fR
 
16
The name of the output configuration.
 
17
.TP 
 
18
\fB\--typein\fR, \fB\-f\fR \fI<input type>\fR
 
19
The type of the input file. Can be either 'guess', 'python', 'pickle', 'xml', or  'source'. Default is 'guess'.
 
20
.TP 
 
21
\fB\--typeout\fR, \fB\-t\fR \fI<output type>\fR
 
22
The type of the output file. Can be either 'pickle', 'xml', or  'source'. Default is 'source'.
 
23
.TP 
 
24
\fB\--decrypt\fR, \fB\-d\fR
 
25
Decrypt the specified tap/aos/xml input file.
 
26
.TP 
 
27
\fB\--encrypt\fR, \fB\-e\fR
 
28
Encrypt output file before writing.
 
29
.TP
 
30
\fB\--version\fR
 
31
Output version information and exit.
 
32
.SH AUTHOR
 
33
Written by Moshe Zadka, based on tapconvert's help messages
 
34
.SH "REPORTING BUGS"
 
35
To report a bug, visit \fIhttp://twistedmatrix.com/bugs/\fR
 
36
.SH COPYRIGHT
 
37
Copyright \(co 2000-2008 Twisted Matrix Laboratories.
 
38
.br
 
39
This is free software; see the source for copying conditions.  There is NO
 
40
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.