René Scharfe wrote: > +++ b/builtin/prune.c > @@ -125,10 +125,9 @@ int cmd_prune(int argc, const char **argv, const char *prefix) > { > struct rev_info revs; > const struct option options[] = { > - OPT_BOOLEAN('n', NULL, &show_only, > + OPT_BOOLEAN('n', "dry-run", &show_only, For the curious: avoiding OPT__DRY_RUN allows us to give a better description: > "do not remove, show only"), which makes sense to me. Thanks. -- 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