help cosmetic change

This commit is contained in:
Laurent Vivier 2008-07-21 21:54:41 +00:00
parent 25228c9740
commit 70a7b8ccb4

View File

@ -68,17 +68,19 @@ static void usage(int argc, char** argv)
fprintf(stderr, "Usage: %s [OPTION]\n", argv[0]);
fprintf(stderr, "Update and install EMILE stuff on your SCSI disk.\n");
fprintf(stderr, "EMILE allows to boot linux directly from linux partition\n");
fprintf(stderr," -h, --help display this text\n");
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] 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");
fprintf(stderr," -n, --no-fs don't use EMILE embededed filesystems\n");
fprintf(stderr, "!!! USE WITH CAUTION AND AT YOUR OWN RISK !!!\n");
fprintf(stderr," -h, --help display this text\n");
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] 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\n"
" (needed to be bootable)\n");
fprintf(stderr," -c, --config FILE use config file FILE\n");
fprintf(stderr," -n, --no-fs "
"don't use EMILE embededed filesystems\n");
fprintf(stderr, "\nbuild: \n%s\n", SIGNATURE);
}