summaryrefslogtreecommitdiff
path: root/rsc/source/parser
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-02-22 10:27:04 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-02-22 12:10:29 +0000
commitc9d2ac6dcbcd70b5a3bb9929789165d704d740b4 (patch)
treeb98ea434fd63d53e37ba8cc2d8ad6fe985e14857 /rsc/source/parser
parent0a7ca5e8504cedceb949998858fb4df926d2f3bd (diff)
-r and -s doesn't do anything
Diffstat (limited to 'rsc/source/parser')
-rw-r--r--rsc/source/parser/erscerr.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/rsc/source/parser/erscerr.cxx b/rsc/source/parser/erscerr.cxx
index 0b9f6e13e9d1..81098049c075 100644
--- a/rsc/source/parser/erscerr.cxx
+++ b/rsc/source/parser/erscerr.cxx
@@ -187,10 +187,8 @@ 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" );