From 4794eeed45f537ffda00dab282e6d2bf695e2896 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Sun, 8 Jan 2006 03:02:11 +0000 Subject: [PATCH] remove extra 'directory' word git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8287 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Source/Modules/main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/Source/Modules/main.cxx b/SWIG/Source/Modules/main.cxx index b16677123..90b52ca1d 100644 --- a/SWIG/Source/Modules/main.cxx +++ b/SWIG/Source/Modules/main.cxx @@ -47,7 +47,7 @@ extern String *ModuleName; static const char *usage1 = (const char*)"\ \nGeneral Options\n\ - -addextern - Add extra extern declarations\ndirectory \ + -addextern - Add extra extern declarations\n\ -c++ - Enable C++ processing\n\ -co - Check out of the SWIG library\n\ -copyctor - Automatically generate copy constructors wherever possible\n\