From: Elijah Newren Date: Thu, 23 Dec 2021 17:07:03 +0000 (+0000) Subject: sparse-checkout: remove stray trailing space X-Git-Tag: v2.35.0-rc0~45^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dfac9b609f86cd4f6ce896df9e1172d2a02cde48;p=thirdparty%2Fgit.git sparse-checkout: remove stray trailing space Reported-by: Jiang Xin Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- diff --git a/builtin/sparse-checkout.c b/builtin/sparse-checkout.c index 0dae44c575..45e838d8f8 100644 --- a/builtin/sparse-checkout.c +++ b/builtin/sparse-checkout.c @@ -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 };