]> git.ipfire.org Git - thirdparty/git.git/commitdiff
sparse-checkout: remove stray trailing space
authorElijah Newren <newren@gmail.com>
Thu, 23 Dec 2021 17:07:03 +0000 (17:07 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Dec 2021 19:55:54 +0000 (11:55 -0800)
Reported-by: Jiang Xin <worldhello.net@gmail.com>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/sparse-checkout.c

index 0dae44c57595d4dd8887bdc0c2b2ba9f115cfd94..45e838d8f876821558ad7d2ab864613a6cb3a52e 100644 (file)
@@ -759,7 +759,7 @@ static int sparse_checkout_set(int argc, const char **argv, const char *prefix)
 }
 
 static char const * const builtin_sparse_checkout_reapply_usage[] = {
-       N_("git sparse-checkout reapply [--[no-]cone] [--[no-]sparse-index] "),
+       N_("git sparse-checkout reapply [--[no-]cone] [--[no-]sparse-index]"),
        NULL
 };