Commit e7425584 authored by Daniel Bovensiepen's avatar Daniel Bovensiepen

Modify information messages

parent 48c84cbc
...@@ -44,7 +44,7 @@ dir_list (char before[1024], char after[1024]) ...@@ -44,7 +44,7 @@ dir_list (char before[1024], char after[1024])
puts(complete_line); puts(complete_line);
} }
else else
perror ("Couldn't open the directory"); perror("Error while scanning the directory.");
} }
void void
...@@ -104,7 +104,7 @@ main (int argc, char *argv[]) ...@@ -104,7 +104,7 @@ main (int argc, char *argv[])
return 1; return 1;
} }
else { else {
puts("Argument missing! Options: 'makefile'"); puts("Argument missing! Options: 'makefile', 'init_gems'");
return 1; return 1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment