Bill Hoffman 23 年之前
父节点
当前提交
7359c6bd16
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Source/cmGetSourceFilePropertyCommand.h

+ 2 - 2
Source/cmGetSourceFilePropertyCommand.h

@@ -54,8 +54,8 @@ public:
     {
     {
       return
       return
         "GET_SOURCE_FILE_PROPERTY(VAR file [ABSTRACT|WRAP_EXCLUDE|FLAGS]) "
         "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);
   cmTypeMacro(cmGetSourceFilePropertyCommand, cmCommand);