mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-24 13:09:16 +02:00
* mention support for .rsj extension in help text (based on patch by
Jani Matyas, mantis #28768) git-svn-id: trunk@31909 -
This commit is contained in:
parent
e0f3296bbb
commit
e8f2f23444
@ -27,9 +27,9 @@ uses
|
||||
resourcestring
|
||||
help =
|
||||
'rstconv [-h|--help] Displays this help'+LineEnding+
|
||||
'rstconv options Convert rst file'+LineEnding+LineEnding+
|
||||
'rstconv options Convert .rsj/.rst file'+LineEnding+LineEnding+
|
||||
'Options are:'+LineEnding+
|
||||
' -i file Use specified file instead of stdin as input .rst (OPTIONAL)'+LineEnding+
|
||||
' -i file Use specified file instead of stdin as input .rsj/.rst (OPTIONAL)'+LineEnding+
|
||||
' -o file Write output to specified file (REQUIRED)'+LineEnding+
|
||||
' -f format Specifies the output format:'+LineEnding+
|
||||
' po GNU gettext .po (portable) format (DEFAULT)'+LineEnding+
|
||||
|
Loading…
Reference in New Issue
Block a user