Install gettext-0.18.1.1.tar.gz
[msysgit.git] / mingw / share / man / man1 / msgattrib.1
blob6a083dbb29744f9e793c6353047e59a6e1207ad0
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
2 .TH MSGATTRIB "1" "June 2010" "GNU gettext-tools 0.18.1" GNU
3 .SH NAME
4 msgattrib \- attribute matching and manipulation on message catalog
5 .SH SYNOPSIS
6 .B msgattrib
7 [\fIOPTION\fR] [\fIINPUTFILE\fR]
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Filters the messages of a translation catalog according to their attributes,
12 and manipulates the attributes.
13 .PP
14 Mandatory arguments to long options are mandatory for short options too.
15 .SS "Input file location:"
16 .TP
17 INPUTFILE
18 input PO file
19 .TP
20 \fB\-D\fR, \fB\-\-directory\fR=\fIDIRECTORY\fR
21 add DIRECTORY to list for input files search
22 .PP
23 If no input file is given or if it is -, standard input is read.
24 .SS "Output file location:"
25 .TP
26 \fB\-o\fR, \fB\-\-output\-file\fR=\fIFILE\fR
27 write output to specified file
28 .PP
29 The results are written to standard output if no output file is specified
30 or if it is -.
31 .SS "Message selection:"
32 .TP
33 \fB\-\-translated\fR
34 keep translated, remove untranslated messages
35 .TP
36 \fB\-\-untranslated\fR
37 keep untranslated, remove translated messages
38 .TP
39 \fB\-\-no\-fuzzy\fR
40 remove 'fuzzy' marked messages
41 .TP
42 \fB\-\-only\-fuzzy\fR
43 keep 'fuzzy' marked messages
44 .TP
45 \fB\-\-no\-obsolete\fR
46 remove obsolete #~ messages
47 .TP
48 \fB\-\-only\-obsolete\fR
49 keep obsolete #~ messages
50 .SS "Attribute manipulation:"
51 .TP
52 \fB\-\-set\-fuzzy\fR
53 set all messages 'fuzzy'
54 .TP
55 \fB\-\-clear\-fuzzy\fR
56 set all messages non-'fuzzy'
57 .TP
58 \fB\-\-set\-obsolete\fR
59 set all messages obsolete
60 .TP
61 \fB\-\-clear\-obsolete\fR
62 set all messages non-obsolete
63 .TP
64 \fB\-\-clear\-previous\fR
65 remove the "previous msgid" from all messages
66 .TP
67 \fB\-\-only\-file\fR=\fIFILE\fR.po
68 manipulate only entries listed in FILE.po
69 .TP
70 \fB\-\-ignore\-file\fR=\fIFILE\fR.po
71 manipulate only entries not listed in FILE.po
72 .TP
73 \fB\-\-fuzzy\fR
74 synonym for \fB\-\-only\-fuzzy\fR \fB\-\-clear\-fuzzy\fR
75 .TP
76 \fB\-\-obsolete\fR
77 synonym for \fB\-\-only\-obsolete\fR \fB\-\-clear\-obsolete\fR
78 .SS "Input file syntax:"
79 .TP
80 \fB\-P\fR, \fB\-\-properties\-input\fR
81 input file is in Java .properties syntax
82 .TP
83 \fB\-\-stringtable\-input\fR
84 input file is in NeXTstep/GNUstep .strings syntax
85 .SS "Output details:"
86 .TP
87 \fB\-\-color\fR
88 use colors and other text attributes always
89 .TP
90 \fB\-\-color\fR=\fIWHEN\fR
91 use colors and other text attributes if WHEN.
92 WHEN may be 'always', 'never', 'auto', or 'html'.
93 .TP
94 \fB\-\-style\fR=\fISTYLEFILE\fR
95 specify CSS style rule file for \fB\-\-color\fR
96 .TP
97 \fB\-e\fR, \fB\-\-no\-escape\fR
98 do not use C escapes in output (default)
99 .TP
100 \fB\-E\fR, \fB\-\-escape\fR
101 use C escapes in output, no extended chars
103 \fB\-\-force\-po\fR
104 write PO file even if empty
106 \fB\-i\fR, \fB\-\-indent\fR
107 write the .po file using indented style
109 \fB\-\-no\-location\fR
110 do not write '#: filename:line' lines
112 \fB\-n\fR, \fB\-\-add\-location\fR
113 generate '#: filename:line' lines (default)
115 \fB\-\-strict\fR
116 write out strict Uniforum conforming .po file
118 \fB\-p\fR, \fB\-\-properties\-output\fR
119 write out a Java .properties file
121 \fB\-\-stringtable\-output\fR
122 write out a NeXTstep/GNUstep .strings file
124 \fB\-w\fR, \fB\-\-width\fR=\fINUMBER\fR
125 set output page width
127 \fB\-\-no\-wrap\fR
128 do not break long message lines, longer than
129 the output page width, into several lines
131 \fB\-s\fR, \fB\-\-sort\-output\fR
132 generate sorted output
134 \fB\-F\fR, \fB\-\-sort\-by\-file\fR
135 sort output by file location
136 .SS "Informative output:"
138 \fB\-h\fR, \fB\-\-help\fR
139 display this help and exit
141 \fB\-V\fR, \fB\-\-version\fR
142 output version information and exit
143 .SH AUTHOR
144 Written by Bruno Haible.
145 .SH "REPORTING BUGS"
146 Report bugs to <bug-gnu-gettext@gnu.org>.
147 .SH COPYRIGHT
148 Copyright \(co 2001-2010 Free Software Foundation, Inc.
149 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
151 This is free software: you are free to change and redistribute it.
152 There is NO WARRANTY, to the extent permitted by law.
153 .SH "SEE ALSO"
154 The full documentation for
155 .B msgattrib
156 is maintained as a Texinfo manual.  If the
157 .B info
159 .B msgattrib
160 programs are properly installed at your site, the command
162 .B info msgattrib
164 should give you access to the complete manual.