src/main.c: Change the default action to "list_graphs".
authorFlorian Forster <octo@verplant.org>
Fri, 10 Sep 2010 14:31:16 +0000 (16:31 +0200)
committerFlorian Forster <octo@verplant.org>
Fri, 10 Sep 2010 14:31:16 +0000 (16:31 +0200)
src/main.c

index 2d05baa..a97a615 100644 (file)
@@ -106,7 +106,7 @@ static int handle_request (void) /* {{{ */
   action = param ("action");
   if (action == NULL)
   {
-    return (action_usage ());
+    return (action_list_graphs ());
   }
   else
   {