mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-02 21:30:29 +00:00
correct typo about --restore
This commit is contained in:
parent
bef869a741
commit
d4719723dc
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user