Skip to content

Commit 983562e

Browse files
committed
examples/network/git2.c: add newline to usage message
1 parent faeebd0 commit 983562e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/network/git2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ int main(int argc, char **argv)
4444
int i, error;
4545

4646
if (argc < 2) {
47-
fprintf(stderr, "usage: %s <cmd> [repo]", argv[0]);
47+
fprintf(stderr, "usage: %s <cmd> [repo]\n", argv[0]);
4848
}
4949

5050
for (i = 0; commands[i].name != NULL; ++i) {

0 commit comments

Comments
 (0)