src/Application.vala
authorAlan Knowles <alan@roojs.com>
Thu, 14 May 2015 09:23:00 +0000 (17:23 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 14 May 2015 09:23:00 +0000 (17:23 +0800)
src/Application.vala

index 2629e1a..8e11dc5 100644 (file)
                                stdout.printf ("error: %s\n", e.message);
                                stdout.printf ("Run '%s --help' to see a full list of available command line options.\n %s", 
                                                         args[0], opt_context.get_help(true,null));
+                               GLib.Process.exit(-1);
                                return;
                        }