diff --git a/tools/emile-first-tune.c b/tools/emile-first-tune.c index 594991c..9561739 100644 --- a/tools/emile-first-tune.c +++ b/tools/emile-first-tune.c @@ -43,7 +43,7 @@ static struct option long_options[] = static void usage(int argc, char** argv) { fprintf(stderr, "Usage: %s [-i][-d ][-o ][-s ] \n", argv[0]); - fprintf(stderr, "Usage: %s [-p |-b ] \n", argv[0]); + fprintf(stderr, "Usage: %s [-p ] \n", argv[0]); fprintf(stderr, "Set EMILE first level boot block info (floppy or scsi):\n"); fprintf(stderr, " -d, --drive set the drive number (default 1)\n"); fprintf(stderr, " -o, --offset set offset of second level in bytes\n");