diff options
author | Brad King <brad.king@kitware.com> | 2013-10-15 13:33:28 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-10-15 13:33:28 (GMT) |
commit | cb51088f75f9496fa472972e133620c1e2454052 (patch) | |
tree | 8f8f4c94ad65fb4633d4a380bfed8f96d6068633 | |
parent | 69fd12583c18e42338aabfa67cd1791571a2c86e (diff) | |
parent | eec7834ed8952198191c3314c626fe7ae905f2fa (diff) | |
download | CMake-cb51088f75f9496fa472972e133620c1e2454052.zip CMake-cb51088f75f9496fa472972e133620c1e2454052.tar.gz CMake-cb51088f75f9496fa472972e133620c1e2454052.tar.bz2 |
Merge topic 'doc-list-append-nothing'
eec7834 list: Fix docs for APPEND to show that elements are optional
-rw-r--r-- | Source/cmListCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmListCommand.h b/Source/cmListCommand.h index f20aa8a..5523633 100644 --- a/Source/cmListCommand.h +++ b/Source/cmListCommand.h @@ -63,7 +63,7 @@ public: " list(LENGTH <list> <output variable>)\n" " list(GET <list> <element index> [<element index> ...]\n" " <output variable>)\n" - " list(APPEND <list> <element> [<element> ...])\n" + " list(APPEND <list> [<element> ...])\n" " list(FIND <list> <value> <output variable>)\n" " list(INSERT <list> <element_index> <element> [<element> ...])\n" " list(REMOVE_ITEM <list> <value> [<value> ...])\n" |