Commit 983562e4 by Brandon Casey

examples/network/git2.c: add newline to usage message

parent faeebd06
...@@ -44,7 +44,7 @@ int main(int argc, char **argv) ...@@ -44,7 +44,7 @@ int main(int argc, char **argv)
int i, error; int i, error;
if (argc < 2) { if (argc < 2) {
fprintf(stderr, "usage: %s <cmd> [repo]", argv[0]); fprintf(stderr, "usage: %s <cmd> [repo]\n", argv[0]);
} }
for (i = 0; commands[i].name != NULL; ++i) { for (i = 0; commands[i].name != NULL; ++i) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment