mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-13 04:26:40 +00:00
examples/network/git2.c: add newline to usage message
This commit is contained in:
parent
faeebd06e4
commit
983562e475
@ -44,7 +44,7 @@ int main(int argc, char **argv)
|
||||
int i, error;
|
||||
|
||||
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user