Skip to content

Commit d1eded4

Browse files
apelissegitster
authored andcommitted
Fix typo in remote set-head usage
parenthesis are not matching in `builtin_remote_sethead_usage` as a square bracket is closing something never opened. Signed-off-by: Antoine Pelisse <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent cad06d4 commit d1eded4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/remote.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ static const char * const builtin_remote_rm_usage[] = {
3939
};
4040

4141
static const char * const builtin_remote_sethead_usage[] = {
42-
N_("git remote set-head <name> (-a | -d | <branch>])"),
42+
N_("git remote set-head <name> (-a | -d | <branch>)"),
4343
NULL
4444
};
4545

0 commit comments

Comments
 (0)