summaryrefslogtreecommitdiff
path: root/tomacbinary.c
diff options
context:
space:
mode:
Diffstat (limited to 'tomacbinary.c')
-rw-r--r--tomacbinary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tomacbinary.c b/tomacbinary.c
index d76e06e..8e7dc5b 100644
--- a/tomacbinary.c
+++ b/tomacbinary.c
@@ -58,7 +58,7 @@ extern unsigned long binhex_crc(unsigned char *buffer,int size);
/* tobin -res rfilename */
static void Usage(char *prog) {
- fprintf( stderr, "Usage: %s {[-res filename] [-create creat] [-type type] [filename]}\n" );
+ fprintf( stderr, "Usage: %s {[-res filename] [-create creat] [-type type] [filename]}\n", prog );
fprintf( stderr, " -res filename\tProvides the name of a file whose data fork is to\n" );
fprintf( stderr, "\t\t\tplaced in a resource fork\n" );
fprintf( stderr, " -create creat\tProvides a four character creator (if omitted on the\n" );