Commit e487ac44 by Aaron Leung

More professional-looking help prompt.

parent e46d0334
......@@ -23,7 +23,7 @@
int main(int argc, char** argv)
{
if (argc < 2) {
printf("Hey, I need an input file!\n");
printf("Usage: sassc [INPUT FILE]\n");
return 0;
}
......
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