summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-10-15 13:33:28 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-10-15 13:33:28 (GMT)
commitcb51088f75f9496fa472972e133620c1e2454052 (patch)
tree8f8f4c94ad65fb4633d4a380bfed8f96d6068633 /Source
parent69fd12583c18e42338aabfa67cd1791571a2c86e (diff)
parenteec7834ed8952198191c3314c626fe7ae905f2fa (diff)
downloadCMake-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
Diffstat (limited to 'Source')
-rw-r--r--Source/cmListCommand.h2
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"