Browse Source

* fix of buggy output for -? with path containing underscore

git-svn-id: trunk@1768 -
Tomas Hajny 19 years ago
parent
commit
614b6a3816
2 changed files with 2 additions and 2 deletions
  1. 1 1
      compiler/msg/errorf.msg
  2. 1 1
      compiler/msg/errorhe.msg

+ 1 - 1
compiler/msg/errorf.msg

@@ -1636,7 +1636,7 @@ unit_u_check_time=10037_U_PPU Check file $1 time $2
 #
 #  Options
 #
-option_usage=11000_$1 [options] <inputfile> [options]
+option_usage=11000_O_$1 [options] <inputfile> [options]
 # BeginOfTeX
 %
 % \section{Command-line handling errors}

+ 1 - 1
compiler/msg/errorhe.msg

@@ -2010,7 +2010,7 @@ unit_u_skipping_reresolving_unit=10059_U_Skipping re-resolving unit $1, still lo
 #
 # 11039 is the last used one
 #
-option_usage=11000_$1 [options] <inputfile> [options]
+option_usage=11000_O_$1 [options] <inputfile> [options]
 # BeginOfTeX
 %
 % \section{Command-line handling errors}