]> git.ipfire.org Git - thirdparty/git.git/commitdiff
fixup! last-modified: document option --max-depth
authorJunio C Hamano <gitster@pobox.com>
Wed, 26 Nov 2025 19:06:33 +0000 (11:06 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Nov 2025 19:06:33 +0000 (11:06 -0800)
builtin/last-modified.c

index ccb7ff66d486f7058598d1828c901c64ace8834e..857554e70d1715cecef407d1781ff05f2c51e259 100644 (file)
@@ -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=<depth>] [-z] "
-                  "[<revision-range>] [[--] <path>...]"),
+               N_("git last-modified [--recursive] [--show-trees] [--max-depth=<depth>] [-z]\n"
+                  "    [<revision-range>] [[--] <path>...]"),
                NULL
        };