This commit is contained in:
Kelvin Sherlock 2018-07-30 20:27:08 -04:00
parent 5523108188
commit 2566d45238
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ int FlagsParse(int argc, char **argv)
break;
default:
fprintf(stderr, "### Delete - \"-%c\" is not an option.", c);
fprintf(stderr, "### Delete - \"-%c\" is not an option.\n", c);
exit(1);
}

View File

@ -333,7 +333,7 @@ int FlagsParse(int argc, char **argv)
% end # options.each
default:
fprintf(stderr, "### <%= name %> - \"-%c\" is not an option.", c);
fprintf(stderr, "### <%= name %> - \"-%c\" is not an option.\n", c);
exit(1);
}