diff options
Diffstat (limited to 'Source/cmListCommand.h')
-rw-r--r-- | Source/cmListCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmListCommand.h b/Source/cmListCommand.h index 2e4538b..db14193 100644 --- a/Source/cmListCommand.h +++ b/Source/cmListCommand.h @@ -66,8 +66,8 @@ public: { return " list(LENGTH <list> <output variable>)\n" - " list(GET <list> <element index> [<element index> ...] " - "<output variable>)\n" + " list(GET <list> <element index> [<element index> ...]\n" + " <output variable>)\n" " list(APPEND <list> <element> [<element> ...])\n" " list(FIND <list> <value> <output variable>)\n" " list(INSERT <list> <element_index> <element> [<element> ...])\n" |