aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-04-01 14:15:34 +0300
committerSergey Poznyakoff <gray@gnu.org>2021-04-01 14:15:34 +0300
commit692ebfc051be43ce6b7708668c65a6ccb53a9a4a (patch)
treec9f7b3d55e042e24c67e50f772d76b41b7e9634f /src
parentf1cc80aa814656d3c3d33b62815c73c41f2de455 (diff)
downloadcflow-692ebfc051be43ce6b7708668c65a6ccb53a9a4a.tar.gz
cflow-692ebfc051be43ce6b7708668c65a6ccb53a9a4a.tar.bz2
Minor changes
Diffstat (limited to 'src')
-rw-r--r--src/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index c63dd22..8bb601d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -521,6 +521,9 @@ cflow_help(struct argp_state *state)
argp_state_help (state, stdout,
ARGP_HELP_STD_HELP & ~(ARGP_HELP_BUG_ADDR|ARGP_HELP_EXIT_OK));
+ printf ("\n%s\n", _("References:"));
+ printf (" [1] https://www.gnu.org/software/cflow/manual/html_section/ASCII-Tree.html\n");
+
/* Emit bug-reporting address and exit. */
emit_bug_reporting_address ();
exit (0);

Return to:

Send suggestions and report system problems to the System administrator.