mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 00:25:29 +00:00
Fix typo
This commit is contained in:
parent
41dd999d12
commit
de8fe729ef
@ -21,7 +21,7 @@ static void usage(const char *msg, const char *arg)
|
||||
fprintf(stderr, "\n");
|
||||
fprintf(stderr, " <commit range> example: `HEAD~10..HEAD`, or `1234abcd`\n");
|
||||
fprintf(stderr, " -L <n,m> process only line range n-m, counting from 1\n");
|
||||
fprintf(stderr, " -M fine line moves within and across files\n");
|
||||
fprintf(stderr, " -M find line moves within and across files\n");
|
||||
fprintf(stderr, " -C find line copies within and across files\n");
|
||||
fprintf(stderr, "\n");
|
||||
exit(1);
|
||||
|
Loading…
Reference in New Issue
Block a user