Browse Source

* add information about -vz to the help pages

git-svn-id: trunk@29475 -
Tomas Hajny 10 years ago
parent
commit
b1e51054cb
2 changed files with 2 additions and 2 deletions
  1. 1 1
      compiler/msg/errore.msg
  2. 1 1
      compiler/msgtxt.inc

+ 1 - 1
compiler/msg/errore.msg

@@ -3768,7 +3768,7 @@ V*2Tembedded_Embedded
 **2*_a : Show everything             x : Show info about invoked tools
 **2*_b : Write file names messages   p : Write tree.log with parse tree
 **2*_    with full path              v : Write fpcdebug.txt with
-**2*_                                    lots of debugging info
+**2*_z : Write output to stderr          lots of debugging info
 **2*_m<x>,<y> : Do not show messages numbered <x> and <y>
 F*1V<x>_Append '-<x>' to the used compiler binary name (e.g. for version)
 **1W<x>_Target-specific options (targets)

+ 1 - 1
compiler/msgtxt.inc

@@ -1615,7 +1615,7 @@ const msgtxt : array[0..000311,1..240] of char=(
   '**2*_b : Write file names messages   p : Write tree.log with parse tre'+
   'e'#010+
   '**2*_    with full path       ','       v : Write fpcdebug.txt with'#010+
-  '**2*_                                    lots of debugging info'#010+
+  '**2*_z : Write output to stderr          lots of debugging info'#010+
   '**2*_m<x>,<y> : Do not show messages numbered <x> and <y>'#010+
   'F*1V<x>_Append '#039'-<x>'#039' to the used compiler binary name (e.g. f'+
   'or version)'#010+