From: Junio C Hamano Date: Wed, 26 Nov 2025 19:06:33 +0000 (-0800) Subject: fixup! last-modified: document option --max-depth X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=925a5befa686343da5f81d4320ed7ddb1157dc6d;p=thirdparty%2Fgit.git fixup! last-modified: document option --max-depth --- diff --git a/builtin/last-modified.c b/builtin/last-modified.c index ccb7ff66d4..857554e70d 100644 --- a/builtin/last-modified.c +++ b/builtin/last-modified.c @@ -523,8 +523,8 @@ int cmd_last_modified(int argc, const char **argv, const char *prefix, struct last_modified lm = LAST_MODIFIED_INIT; const char * const last_modified_usage[] = { - N_("git last-modified [--recursive] [--show-trees] [--max-depth=] [-z] " - "[] [[--] ...]"), + N_("git last-modified [--recursive] [--show-trees] [--max-depth=] [-z]\n" + " [] [[--] ...]"), NULL };