diff options
-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" |