Improved paragraph breaking, added link support

This commit is contained in:
Nate Choe
2022-04-22 18:04:14 -05:00
parent aaacccbb58
commit 1ae5adec62
2 changed files with 92 additions and 40 deletions

View File

@@ -92,7 +92,7 @@ int main(int argc, char **argv) {
static void printhelp(FILE *file, char *name) {
fprintf(file,
"Usage: %s -b [header] -t [template] -e [footer] -o [output]", name);
"Usage: %s -b [header] -t [template] -e [footer] -o [output]\n", name);
fputs(
"This program is free software. You can redistribute and/or modify it under\n"
"the terms of the GNU General Public License as published by the Free\n"