Rendered iso.c more friendly
This commit is contained in:
parent
3ac89b2661
commit
64a7e04c63
@ -75,12 +75,12 @@ int main(int argc, char **argv)
|
||||
}
|
||||
|
||||
if (argc < 2) {
|
||||
printf ("must pass directory to build iso from\n");
|
||||
printf ("Please pass directory from which to build ISO\n");
|
||||
usage();
|
||||
return 1;
|
||||
}
|
||||
if (argc < 3) {
|
||||
printf ("must supply output file\n");
|
||||
printf ("Please supply output file\n");
|
||||
usage();
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user