Code

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 2d05baa6495548f13192af8345ac5122ce27e12b..a97a6152f0dee0f6d960ae461002fc4b7356f2e2 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
   {