Przeglądaj źródła

* mention support for .rsj extension in help text (based on patch by
Jani Matyas, mantis #28768)

git-svn-id: trunk@31909 -

Jonas Maebe 9 lat temu
rodzic
commit
e8f2f23444
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      utils/rstconv.pp

+ 2 - 2
utils/rstconv.pp

@@ -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+