From d4719723dc73ff6beb63aa8a347dc1283429a530 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Sat, 9 Feb 2008 16:38:50 +0000 Subject: [PATCH] correct typo about --restore --- tools/emile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/emile.c b/tools/emile.c index a4fbc24..c15d927 100644 --- a/tools/emile.c +++ b/tools/emile.c @@ -70,7 +70,7 @@ static void usage(int argc, char** argv) fprintf(stderr," -v, --verbose active verbose mode\n"); fprintf(stderr," -t, --test active test mode (don't write to disk)\n"); fprintf(stderr," --scanbus display information about all disks and partitions\n"); - fprintf(stderr," --restore[=FILE] save current boot block from FILE\n"); + fprintf(stderr," --restore[=FILE] restore boot block from FILE\n"); fprintf(stderr," --backup[=FILE] save current boot block to FILE\n"); fprintf(stderr," --set-hfs set type of partition DEV to Apple_HFS (needed to be bootable)\n"); fprintf(stderr," -c, --config FILE use config file FILE\n");