Updating files

This commit is contained in:
Sanel Zukan
2008-09-22 13:58:31 +00:00
parent 8d68d7cf64
commit c387a5a76a
3 changed files with 32 additions and 32 deletions

View File

@ -176,7 +176,7 @@ STR *Firstch; /* first chars of each string */
void usage(void)
{
fprintf(stderr, "etip-compiler [-iorsx] [-c char] sourcefile [datafile]\n");
fprintf(stderr, "ede-tip-compiler [-iorsx] [-c char] sourcefile [datafile]\n");
fprintf(stderr, "Creates .dat file from fortune source file\n");
exit(1);
}