On Thu, Feb 25, 2010 at 3:24 AM, Stephen Boyd <bebarino@xxxxxxxxx> wrote: > > + else { > + result = error("Unknown subcommand: %s", argv[0]); > + } In the case where an unknown subcommand was given, shouldn't the usage instructions be printed? i.e. add the following after the error()? usage_with_options(git_notes_usage, options); -Tim -- 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