X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Faction_list_graphs.c;h=6f919e3afdfdce142a054b71d18a8e8a81844c78;hb=c08cfbb86fc765dc9aac1e8f22548aa05da722fc;hp=f59da7c474ff1e222ca6bc0f99b5d5b98fc85c36;hpb=97f299a09ad5bb7a27f5d27afb9f90a5ffd1e218;p=collection4.git diff --git a/src/action_list_graphs.c b/src/action_list_graphs.c index f59da7c..6f919e3 100644 --- a/src/action_list_graphs.c +++ b/src/action_list_graphs.c @@ -66,7 +66,7 @@ static int print_one_graph (graph_config_t *cfg, /* {{{ */ html_escape_buffer (params, sizeof (params)); printf ("
  • " - "%s (%lu %s)
  • \n", + "%s (%lu %s)\n", script_name (), params, title, (unsigned long) num_instances, (num_instances == 1) ? "instance" : "instances"); @@ -88,6 +88,13 @@ static int print_all_graphs (__attribute__((unused)) void *user_data) /* {{{ */ gl_graph_get_all (include_dynamic, print_one_graph, /* user_data = */ NULL); printf (" \n"); + if (!include_dynamic) + { + printf ("
    " + "List dynamic graphs, too." + "
    \n", script_name ()); + } + return (0); } /* }}} int print_all_graphs */