summaryrefslogtreecommitdiffstats
path: root/Source/cmGetSourceFilePropertyCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-03-29 16:03:44 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-03-29 16:03:44 (GMT)
commit7359c6bd16b04c39c0925314862d5342b67d89c8 (patch)
treea70da5c5b5048fc261ae8a1c7c98079d4d764101 /Source/cmGetSourceFilePropertyCommand.h
parentb6ebd7b7faae86140fb711dac1f96e2dd047ecd9 (diff)
downloadCMake-7359c6bd16b04c39c0925314862d5342b67d89c8.zip
CMake-7359c6bd16b04c39c0925314862d5342b67d89c8.tar.gz
CMake-7359c6bd16b04c39c0925314862d5342b67d89c8.tar.bz2
fix docs
Diffstat (limited to 'Source/cmGetSourceFilePropertyCommand.h')
-rw-r--r--Source/cmGetSourceFilePropertyCommand.h4
1 files 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);