summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBen Straub <bs@github.com>2013-11-04 15:54:11 -0800
committerBen Straub <bs@github.com>2013-11-04 15:54:11 -0800
commitb47949254ee5b7e5801fd3d1d80136bff5db938a (patch)
treea3ba54bc0a3ac8fc7ba5e363ba0380ad86cd7869 /examples
parentea8ce3d17edbc16f8bc905fcee776629c2010eec (diff)
downloadlibgit2-b47949254ee5b7e5801fd3d1d80136bff5db938a.tar.gz
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)