diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-06-26 17:50:14 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-06-26 17:50:14 (GMT) |
commit | 2504ffe8c370fb0c89bfe002226b28a7cb2244c6 (patch) | |
tree | 2a81a398523c6ecafcb0013963d9625f9a678820 /Source/cmGetPropertyCommand.h | |
parent | cd8687782b8ff4ee991daa677d04f885bb37d274 (diff) | |
download | CMake-2504ffe8c370fb0c89bfe002226b28a7cb2244c6.zip CMake-2504ffe8c370fb0c89bfe002226b28a7cb2244c6.tar.gz CMake-2504ffe8c370fb0c89bfe002226b28a7cb2244c6.tar.bz2 |
STYLE: rename chain to inherit in the docs
Alex
Diffstat (limited to 'Source/cmGetPropertyCommand.h')
-rw-r--r-- | Source/cmGetPropertyCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGetPropertyCommand.h b/Source/cmGetPropertyCommand.h index 76b360a..5cb4350 100644 --- a/Source/cmGetPropertyCommand.h +++ b/Source/cmGetPropertyCommand.h @@ -58,7 +58,7 @@ public: { return " GET_PROPERTY(VAR scope_value property)\n" - "Get a property from cmake. The scope_value is either GLOBAL " + "Get a property from cmake. The scope_value is either GLOBAL, " "DIRECTORY dir_name, TARGET tgt_name, SOURCE_FILE src_name, " "or TEST test_name. The resulting value is " "stored in the variable VAR. If the property is not found, " |