summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/blame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blame.c b/examples/blame.c
index 1b08ec487..6f6a2749d 100644
--- a/examples/blame.c
+++ b/examples/blame.c
@@ -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);