diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-02-22 13:33:39 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-02-22 13:33:39 +0000 |
commit | 1e49a08e66a006f03e065d774fd4637138b72c07 (patch) | |
tree | 786030d09699ac2e7c907291e237b9bf514ea419 /rsc | |
parent | c9d2ac6dcbcd70b5a3bb9929789165d704d740b4 (diff) |
revert this
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/parser/erscerr.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rsc/source/parser/erscerr.cxx b/rsc/source/parser/erscerr.cxx index 81098049c075..0b9f6e13e9d1 100644 --- a/rsc/source/parser/erscerr.cxx +++ b/rsc/source/parser/erscerr.cxx @@ -187,8 +187,10 @@ void RscError::WriteError( const ERRTYPE& rError, const char * pMessage ) StdLstOut( "Command line: rsc @<Command File>\n" ); StdLstOut( "-h shows this help.\n" ); StdLstOut( "-p No Preprocessor.\n" ); + StdLstOut( "-s Syntax analysis, creates .srs file\n"); StdLstOut( "-l Linker, links files created with rsc -s,\n" ); StdLstOut( " creates .rc file and .res file.\n" ); + StdLstOut( "-r Prevents .res file.\n" ); StdLstOut( "-d Symbol definitions for the Preprocessor.\n" ); StdLstOut( "-i Include directives for the Preprocessor.\n" ); StdLstOut( "-presponse Use response file for Preprocessor.\n" ); |