|  | @@ -79,7 +79,8 @@ static const cmDocumentationEntry cmDocumentationOptions[] =
 | 
	
		
			
				|  |  |    {"-P <file>", "Process script mode.",
 | 
	
		
			
				|  |  |     "Process the given cmake file as a script written in the CMake language.  "
 | 
	
		
			
				|  |  |     "No configure or generate step is performed and the cache is not"
 | 
	
		
			
				|  |  | -   " modified."},
 | 
	
		
			
				|  |  | +   " modified. If variables are defined using -D, this must be done "
 | 
	
		
			
				|  |  | +   "before the -P argument."},
 | 
	
		
			
				|  |  |    {"--graphviz=[file]", "Generate graphviz of dependencies.",
 | 
	
		
			
				|  |  |     "Generate a graphviz input file that will contain all the library and "
 | 
	
		
			
				|  |  |     "executable dependencies in the project."},
 |