X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Faction_list_graphs.c;h=ac37cc025a519c2eb8d7ba52451e0b10f6b44b0a;hb=57eb6f6ab2380fcee5ed6f8bc904e89dc7d22a9d;hp=f59da7c474ff1e222ca6bc0f99b5d5b98fc85c36;hpb=97f299a09ad5bb7a27f5d27afb9f90a5ffd1e218;p=collection4.git 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 */