From 455b262cfeaedaa9f472e4f80160fd06d9331459 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 30 Dec 2002 07:47:03 -0500 Subject: ENH: clean up docs some --- Source/cmAddDefinitionsCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmAddDefinitionsCommand.h') diff --git a/Source/cmAddDefinitionsCommand.h b/Source/cmAddDefinitionsCommand.h index 1d7161b93a..2dfcf419ef 100644 --- a/Source/cmAddDefinitionsCommand.h +++ b/Source/cmAddDefinitionsCommand.h @@ -69,7 +69,7 @@ public: { return "ADD_DEFINITIONS(-DFOO -DBAR ...)\n" - "Add -D define flags to command line for environments."; + "Add flags to command line of C and C++ compiles. This command can be used to add any flag to a compile line, but the -D flag is accepted most C/C++ compilers. Other flags may not be as portable."; } cmTypeMacro(cmAddDefinitionsCommand, cmCommand); -- cgit v1.2.1