diff --git a/sourcepawn/compiler/sc1.c b/sourcepawn/compiler/sc1.c index 603edfc1..fc304674 100644 --- a/sourcepawn/compiler/sc1.c +++ b/sourcepawn/compiler/sc1.c @@ -1198,7 +1198,7 @@ static void about(void) { if (strlen(errfname)==0) { setcaption(); - pc_printf("Usage: pawncc [filename...] [options]\n\n"); + pc_printf("Usage: spcomp [filename...] [options]\n\n"); pc_printf("Options:\n"); pc_printf(" -A alignment in bytes of the data segment and the stack\n"); pc_printf(" -a output assembler code\n");