Преглед изворни кода

Merge topic 'doc-list-append-nothing'

eec7834 list: Fix docs for APPEND to show that elements are optional
Brad King пре 12 година
родитељ
комит
cb51088f75
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Source/cmListCommand.h

+ 1 - 1
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"