On Tue, Feb 7, 2017 at 1:59 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Patrick Steinhardt <patrick.steinhardt@xxxxxxxx> writes: > >> struct option options[] = { >> OPT__DRY_RUN(&show_only, N_("do not remove, show only")), >> - OPT__VERBOSE(&verbose, N_("report pruned objects")), >> + OPT__VERBOSE(&verbose, N_("report pruned working trees")), >> OPT_EXPIRY_DATE(0, "expire", &expire, >> - N_("expire objects older than <time>")), >> + N_("expire working trees older than <time>")), > > Thanks for sharp eyes. Yep. This message never made it to git@vger right, because I didn't see it? Oh no, gmail classified the original mail as spam again... -- Duy