=================================================================== RCS file: /cvs/djgpp/djgpp/src/stub/stubify.c,v retrieving revision 1.7 retrieving revision 1.8 diff -p -u -r1.7 -r1.8 --- djgpp/src/stub/stubify.c 2003/01/21 20:59:29 1.7 +++ /cvs/djgpp/djgpp/src/stub/stubify.c 2003/01/23 16:37:31 1.8 @@ -245,7 +245,7 @@ void coff2exe(char *fname) void print_help(void) { - fprintf(stderr, "Usage: stubify [-v] [-g] [%sopt[,opt...] \n" + fprintf(stderr, "Usage: stubify [-v] [-g] \n" " may be COFF or stubbed .exe, and may be COFF with .exe extension.\n" "Resulting file will have .exe\n" "-v -> verbose\n"