diff options
author | hajny <hajny@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2005-11-16 19:00:21 +0000 |
---|---|---|
committer | hajny <hajny@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2005-11-16 19:00:21 +0000 |
commit | d4309e5dce119325ffb376b4946284d8cf8bf3c6 (patch) | |
tree | 10fe359bd81dec6243600ba099afbdcf6789fd18 /compiler/msg/errorues.msg | |
parent | d909e5284aa803b71a838cd5c3f9a4bf135dde7f (diff) | |
download | fpc-d4309e5dce119325ffb376b4946284d8cf8bf3c6.tar.gz |
* fix of buggy output for -? with path containing underscore
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@1772 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/msg/errorues.msg')
-rw-r--r-- | compiler/msg/errorues.msg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/msg/errorues.msg b/compiler/msg/errorues.msg index 767cf629b0..166c8239c7 100644 --- a/compiler/msg/errorues.msg +++ b/compiler/msg/errorues.msg @@ -2009,7 +2009,7 @@ unit_u_skipping_reresolving_unit=10059_U_Saltando re-resolución de $1, aún se # # 11039 is the last used one # -option_usage=11000_$1 [opciones] <fichero_entrada> [opciones] +option_usage=11000_O_$1 [opciones] <fichero_entrada> [opciones] # BeginOfTeX % % \section{Command-line handling errors} |