Merge pull request #263 from andrewharvey/master

add new line to end of Usage information
This commit is contained in:
Eric Fischer 2016-06-20 10:00:15 -07:00 committed by GitHub
commit e48e2152cc

View File

@ -2027,7 +2027,7 @@ int main(int argc, char **argv) {
fprintf(stderr, "\n ");
width = 8;
}
fprintf(stderr, " [file.json ...]");
fprintf(stderr, " [file.json ...]\n");
}
exit(EXIT_FAILURE);
}