X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=src%2Faction_list_graphs.c;h=ac37cc025a519c2eb8d7ba52451e0b10f6b44b0a;hp=f59da7c474ff1e222ca6bc0f99b5d5b98fc85c36;hb=2ef734476e3511b6f1c2611875e340b6b8ca2d4c;hpb=97f299a09ad5bb7a27f5d27afb9f90a5ffd1e218 diff --git a/src/action_list_graphs.c b/src/action_list_graphs.c index f59da7c..ac37cc0 100644 --- a/src/action_list_graphs.c +++ b/src/action_list_graphs.c @@ -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 */