Skip to content

Commit 657ef91

Browse files
authored
newline after help screen
1 parent 5d139a4 commit 657ef91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

brubeck.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ int main(int argc, char *argv[])
2424
return 0;
2525

2626
default:
27-
printf("Usage: %s [--log LOG_FILE] [--config CONFIG_FILE] [--version]", argv[0]);
27+
printf("Usage: %s [--log LOG_FILE] [--config CONFIG_FILE] [--version]\n", argv[0]);
2828
return 1;
2929
}
3030
}

0 commit comments

Comments
 (0)