diff options
Diffstat (limited to 'gettext-tools/man/xgettext.1')
-rw-r--r-- | gettext-tools/man/xgettext.1 | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/gettext-tools/man/xgettext.1 b/gettext-tools/man/xgettext.1 index fc30756..59fe79b 100644 --- a/gettext-tools/man/xgettext.1 +++ b/gettext-tools/man/xgettext.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24. -.TH XGETTEXT "1" "December 2014" "GNU gettext-tools 0.19.4" GNU +.TH XGETTEXT "1" "December 2015" "GNU gettext-tools 0.19.7" GNU .SH NAME xgettext \- extract gettext strings from source .SH SYNOPSIS @@ -72,6 +72,18 @@ preceding keyword lines in output file \fB\-c\fR, \fB\-\-add\-comments\fR place all comment blocks preceding keyword lines in output file +.TP +\fB\-\-check\fR=\fINAME\fR +perform syntax check on messages +(ellipsis-unicode, space-ellipsis, +.IP +quote-unicode) +.TP +\fB\-\-sentence\-end\fR=\fITYPE\fR +type describing the end of sentence +(single-space, which is the default, +.IP +or double-space) .SS "Language specific options:" .TP \fB\-a\fR, \fB\-\-extract\-all\fR @@ -157,6 +169,12 @@ write out a Java .properties file \fB\-\-stringtable\-output\fR write out a NeXTstep/GNUstep .strings file .TP +\fB\-\-its\fR=\fIFILE\fR +apply ITS rules from FILE +.TP +\fB\-\-itstool\fR +write out itstool comments +.TP \fB\-w\fR, \fB\-\-width\fR=\fINUMBER\fR set output page width .TP |