Rendered iso.c more friendly

This commit is contained in:
Mario Danic 2006-12-03 11:14:07 +00:00
parent 30aa4f6d4c
commit b5b3c3704b
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}