From: Florian Forster Date: Fri, 10 Sep 2010 14:31:16 +0000 (+0200) Subject: src/main.c: Change the default action to "list_graphs". X-Git-Tag: v4.0.0~6 X-Git-Url: https://git.tokkee.org/?p=collection4.git;a=commitdiff_plain;h=ddfdfa88eb2e3db84ab47d65bc49bcc565f4bdd7 src/main.c: Change the default action to "list_graphs". --- diff --git a/src/main.c b/src/main.c index 2d05baa..a97a615 100644 --- a/src/main.c +++ b/src/main.c @@ -106,7 +106,7 @@ static int handle_request (void) /* {{{ */ action = param ("action"); if (action == NULL) { - return (action_usage ()); + return (action_list_graphs ()); } else {