From 01a1a91188d96c5fb7dae211bb458c29d35c15b1 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Thu, 13 Sep 2007 18:31:42 +0000 Subject: [PATCH] correct usage --- tools/emile-first-tune.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");