Skip to content

Commit dfac9b6

Browse files
newrengitster
authored andcommitted
sparse-checkout: remove stray trailing space
Reported-by: Jiang Xin <[email protected]> Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d359541 commit dfac9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/sparse-checkout.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ static int sparse_checkout_set(int argc, const char **argv, const char *prefix)
759759
}
760760

761761
static char const * const builtin_sparse_checkout_reapply_usage[] = {
762-
N_("git sparse-checkout reapply [--[no-]cone] [--[no-]sparse-index] "),
762+
N_("git sparse-checkout reapply [--[no-]cone] [--[no-]sparse-index]"),
763763
NULL
764764
};
765765

0 commit comments

Comments
 (0)