Oops there's a typo. Junio, can you squash this in? Thanks, -Stephen diff --git a/builtin-log.c b/builtin-log.c index 3a8b9fa..d522b3d 100644 --- a/builtin-log.c +++ b/builtin-log.c @@ -868,7 +868,7 @@ int cmd_format_patch(int argc, const char **argv, const char *prefix) "use [PATCH n/m] even with a single patch", PARSE_OPT_NOARG, numbered_callback }, { OPTION_CALLBACK, 'N', "no-numbered", &numbered, NULL, - "use [PATCH] even with a multiple patches", + "use [PATCH] even with multiple patches", PARSE_OPT_NOARG, no_numbered_callback }, OPT_BOOLEAN('s', "signoff", &do_signoff, "add Signed-off-by:"), OPT_BOOLEAN(0, "stdout", &use_stdout, -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html