From 1e49a08e66a006f03e065d774fd4637138b72c07 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 22 Feb 2011 13:33:39 +0000 Subject: revert this --- rsc/source/parser/erscerr.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rsc') 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 @\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" ); -- cgit