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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.45.1.
.TH RMSGCAT "1" "April 2014" "rmsgcat 3.1.1" "User Commands"
.SH NAME
rmsgcat \- concatenates and merges PO files
.SH SYNOPSIS
.B rmsgcat
[\fI\,OPTIONS\/\fR] \fI\,PO_FILE1 PO_FILE2 \/\fR...
.SH DESCRIPTION
Concatenates and merges PO files.
.SS "Specific options:"
.TP
\fB\-o\fR, \fB\-\-output\fR=\fI\,FILE\/\fR
Write output to specified file
(default: the standard output)
.TP
\fB\-\-sort\-by\-msgid\fR
Sort output by msgid
.TP
\fB\-\-sort\-by\-location\fR
Sort output by location
.TP
\fB\-\-sort\-by\-file\fR
Sort output by location
It is same as \fB\-\-sort\-by\-location\fR
Just for GNU gettext's msgcat compatibility
.TP
\fB\-\-[no\-]sort\-output\fR
Sort output by msgid
It is same as \fB\-\-sort\-by\-msgid\fR
Just for GNU gettext's msgcat compatibility
.TP
\fB\-\-no\-location\fR
Remove location information
.TP
\fB\-\-no\-all\-comments\fR
Remove all comments
.TP
\fB\-\-width\fR=\fI\,WIDTH\/\fR
Set output page width
(78)
.TP
\fB\-\-[no\-]wrap\fR
Break long message lines, longer than the output page width, into several lines
(true)
.TP
\fB\-\-no\-fuzzy\fR
Ignore fuzzy entries
.TP
\fB\-\-no\-report\-warning\fR
Don't report warning messages
.TP
\fB\-\-no\-obsolete\-entries\fR
Don't output obsolete entries
.TP
\fB\-\-remove\-header\-field\fR=\fI\,FIELD\/\fR
Remove FIELD from header
Specify this option multiple times to remove multiple header fields
.SH AUTHOR
This manual page was created by Hleb Valoshka <375gnu@gmail.com>,
using program help2man.
|