diff options
author | Ben Straub <bs@github.com> | 2013-11-04 15:54:11 -0800 |
---|---|---|
committer | Ben Straub <bs@github.com> | 2013-11-04 15:54:11 -0800 |
commit | b47949254ee5b7e5801fd3d1d80136bff5db938a (patch) | |
tree | a3ba54bc0a3ac8fc7ba5e363ba0380ad86cd7869 /examples | |
parent | ea8ce3d17edbc16f8bc905fcee776629c2010eec (diff) | |
download | libgit2-b47949254ee5b7e5801fd3d1d80136bff5db938a.tar.gz |
blame sample: usage comment
Diffstat (limited to 'examples')
-rw-r--r-- | examples/blame.c | 1 |
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) |