parse-options: clarify the limitations of PARSE_OPT_NODASH
commita9126b92a2adddb58522a342cdbaf0aec4d879bf
authorSZEDER Gábor <szeder.dev@gmail.com>
Fri, 19 Aug 2022 16:03:58 +0000 (19 18:03 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Aug 2022 18:13:14 +0000 (19 11:13 -0700)
tree4c29bfb5825deb5a0a4953fe33a83ac0b08e1d1f
parent99d86d60e59e11cbc46766346e3e379164a6e4df
parse-options: clarify the limitations of PARSE_OPT_NODASH

Update the comment documenting 'struct option' to clarify that
PARSE_OPT_NODASH can only be an argumentless short option; see
51a9949eda (parseopt: add PARSE_OPT_NODASH, 2009-05-07).

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
parse-options.h