trace: Fixed a minor typo in an error message.
Signed-off-by: Allan Caffee <allan.caffee@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
149f6ddfb3
commit
a8fdab08e0
2
trace.c
2
trace.c
@ -50,7 +50,7 @@ static int get_trace_fd(int *need_close)
|
|||||||
return fd;
|
return fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
fprintf(stderr, "What does '%s' for GIT_TRACE means ?\n", trace);
|
fprintf(stderr, "What does '%s' for GIT_TRACE mean?\n", trace);
|
||||||
fprintf(stderr, "If you want to trace into a file, "
|
fprintf(stderr, "If you want to trace into a file, "
|
||||||
"then please set GIT_TRACE to an absolute pathname "
|
"then please set GIT_TRACE to an absolute pathname "
|
||||||
"(starting with /).\n");
|
"(starting with /).\n");
|
||||||
|
Reference in New Issue
Block a user