From 7359c6bd16b04c39c0925314862d5342b67d89c8 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 29 Mar 2002 11:03:44 -0500 Subject: fix docs --- Source/cmGetSourceFilePropertyCommand.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/cmGetSourceFilePropertyCommand.h b/Source/cmGetSourceFilePropertyCommand.h index 2e5aa0a..483bd42 100644 --- a/Source/cmGetSourceFilePropertyCommand.h +++ b/Source/cmGetSourceFilePropertyCommand.h @@ -54,8 +54,8 @@ public: { return "GET_SOURCE_FILE_PROPERTY(VAR file [ABSTRACT|WRAP_EXCLUDE|FLAGS]) " - "Get properties on a file. The syntax for the command is to list all the files you want " - "to change, and then provide the values you want to set next."; + "Get a property from a source file. The value of the property is stored " + "in the variable VAR."; } cmTypeMacro(cmGetSourceFilePropertyCommand, cmCommand); -- cgit v0.12