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:
authorBen Straub <bs@github.com>2013-11-05 03:54:11 +0400
committerBen Straub <bs@github.com>2013-11-05 03:54:11 +0400
commitb47949254ee5b7e5801fd3d1d80136bff5db938a (patch)
treea3ba54bc0a3ac8fc7ba5e363ba0380ad86cd7869 /examples
parentea8ce3d17edbc16f8bc905fcee776629c2010eec (diff)
blame sample: usage comment
Diffstat (limited to 'examples')
-rw-r--r--examples/blame.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/blame.c b/examples/blame.c
index 182b57765..95bce6b9c 100644
--- a/examples/blame.c
+++ b/examples/blame.c
@@ -128,6 +128,7 @@ int main(int argc, char *argv[])
return 0;
}
+/** Tell the user how to make this thing work. */
static void usage(const char *msg, const char *arg)
{
if (msg && arg)