doc: add documentation for OPT_STRING_LIST
commit4a68748893e62d66ebab1591f6da91eeb18d08e9
authorJacob Keller <jacob.keller@gmail.com>
Wed, 18 Jan 2017 23:06:04 +0000 (18 15:06 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Jan 2017 21:10:09 +0000 (19 13:10 -0800)
tree44944dd8f49816823c43bfa4e073046c3b3239ff
parent454cb6bd52a4de614a3633e4f547af03d5c3b640
doc: add documentation for OPT_STRING_LIST

Commit c8ba16391655 ("parse-options: add OPT_STRING_LIST helper",
2011-06-09) added the OPT_STRING_LIST as a way to accumulate a repeated
list of strings. However, this was not documented in the
api-parse-options documentation. Add documentation now so that future
developers may learn of its existence.

Signed-off-by: Jacob Keller <jacob.keller@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/api-parse-options.txt