Browse Source

ERR: Removed duplicate generator documentation.e

Brad King 22 years ago
parent
commit
958987c27f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Source/cmake.h

+ 2 - 2
Source/cmake.h

@@ -299,8 +299,8 @@ private:
   {"-G<generator-name>", "Specify a makefile generator.", \
    "CMake may support multiple native build systems on certain platforms.  " \
    "A makefile generator is responsible for generating a particular build " \
-   "system.  Possible generator names are\n" \
-   "  \"Unix Makefiles\" - Standard UNIX Makefiles"}
+   "system.  Possible generator names are specified in the Generators " \
+   "section."}
 
 #define CMAKE_STANDARD_INTRODUCTION \
   {0, \