Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Rubén <juanruben.segovia@gmail.com>2014-02-25 00:20:57 +0400
committerJuan Rubén <juanruben.segovia@gmail.com>2014-02-25 00:20:57 +0400
commit899bd19a62c10be929103542aabbf8585de8aecd (patch)
tree08b87a3960dc7e0327a1256c69f22e5fcf814907 /examples
parent9e3b901aeb3c3dc4b0bb442745ca59bb7e894f76 (diff)
Document enumerator and rewording
Diffstat (limited to 'examples')
-rw-r--r--examples/blame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blame.c b/examples/blame.c
index f04c41772..6bc0581ac 100644
--- a/examples/blame.c
+++ b/examples/blame.c
@@ -148,7 +148,7 @@ static void usage(const char *msg, const char *arg)
fprintf(stderr, " -L <n,m> process only line range n-m, counting from 1\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, " -F only care about the first parent\n");
+ fprintf(stderr, " -F follow only the first parent commits\n");
fprintf(stderr, "\n");
exit(1);
}