summaryrefslogtreecommitdiffstats
path: root/src/pomatic.1
blob: 70ec5e463b36d112108762d42ce327ce14f6ec9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.TH POMATIC 1
.SH NAME
pomatic \- convert a .pot file to a fake locale
.SH SYNOPSIS
.B pomatic
.RB [ \-s ]
.RB [ path ]
.RB [ filter ]
.SH DESCRIPTION
.I pomatic
runs strings from a POT file through an arbitrary filter, outputting a
modified POT file on standard out.
.SH "OPTIONS"
.TP
.BI \-s
Generate new strings using the \fBmsgstr\fP entries.  The default is to
pipe the \fBmsgid\fP strings through the filter.
.SH "EXAMPLES"
The simplest example:
.IP
\fCpomatic program.po /bin/cat\fP
.LP
creates a mostly-identical copy of program.po.
.SH "SEE ALSO"
cat(1)