MAN page from OpenSuSE fpc-3.0.4-lp152.5.59.x86_64.rpm
rstconv
Section: Free Pascal resource string converter tool (1)
Updated: 10 Jan 2000
Index NAME
rstconv - The Free Pascal resource string converter tool.
SYNOPSIS
rstconv [options] -o outfile
DESCRIPTION
rstconvreads a resource string file (.rst) that was produced by the Free Pascal compiler and outputs a file that can be used by an internationalization tool(currently only GNUgettextis supported) for internationalizing your application.
USAGE
rstconvhas one required option: -o outfileto specify the output file name. If no input file is specified, thenstandard input is assumed.
OPTIONS
- -f format
- Specify the output file format. Currently only the following format issupported:
- po
- emit a .pofile for use with GNU gettext, which converts it to a .mo file, that can be read with the gettextunit.
- -h (or --help)
- outputs a short help message.
- -i infile
- Specifies the input file name. If omitted, then standard input is assumed.
- -o outfile
- (Required) specify the output file name.
SEE ALSO
- gettext(1)ppc386(1)
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- USAGE
- OPTIONS
- SEE ALSO
This document was created byman2html,using the manual pages.