From b17a6335bde19f6e3ceecff70a897a77b449338f Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 2 Oct 2020 17:27:26 +0200 Subject: all: change bug report instructions in copyright message The bugs@netsniff-ng.org e-mail bounces. Also it's more convenient to report bugs using GitHub rather than via e-mail, so consistently mention https://github.com/netsniff-ng/netsniff-ng/issues for where to report bugs. Fixes #226 Signed-off-by: Tobias Klauser --- netsniff-ng.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'netsniff-ng.c') diff --git a/netsniff-ng.c b/netsniff-ng.c index 81e49d1..aff569d 100644 --- a/netsniff-ng.c +++ b/netsniff-ng.c @@ -121,7 +121,8 @@ static const struct option long_options[] = { {NULL, 0, NULL, 0} }; -static const char *copyright = "Please report bugs to \n" +static const char *copyright = + "Please report bugs at https://github.com/netsniff-ng/netsniff-ng/issues\n" "Copyright (C) 2009-2013 Daniel Borkmann \n" "Copyright (C) 2009-2012 Emmanuel Roullit \n" "Copyright (C) 2012 Markus Amend \n" -- cgit v1.2.3-54-g00ecf