From: Jonathan Nieder Date: Sun, 22 Aug 2010 16:26:38 +0000 (+0530) Subject: parse-options: clarify PARSE_OPT_NOARG description X-Git-Tag: v1.7.2.3~13 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ef45e4dae0a0f45fc72b7cd34b32dd465a38697d?ds=inline;hp=ef45e4dae0a0f45fc72b7cd34b32dd465a38697d parse-options: clarify PARSE_OPT_NOARG description Here "takes no argument" means "does not take an argument". The latter phrasing might make it clearer that PARSE_OPT_NOARG does not make an option with an argument that can optionally be left off. Noticed-by: Ramkumar Ramachandra Signed-off-by: Jonathan Nieder Signed-off-by: Ramkumar Ramachandra Signed-off-by: Junio C Hamano ---