diff --git a/console.c b/console.c index 889732180..f76140e06 100644 --- a/console.c +++ b/console.c @@ -355,7 +355,7 @@ static bool do_option(int argc, char *argv[]) static bool do_source(int argc, char *argv[]) { if (argc < 2) { - report(1, "No source file given"); + report(1, "No source file given. Use 'source '."); return false; }