From fb3d38225e6d324b2a99ceebb90f6f1081f6aabd Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Wed, 11 Nov 2015 18:19:50 +0100 Subject: Update user guide for development release Change-Id: I9b4c5ab2e98ad6daa618bcda20b53a23467e16e0 Reviewed-on: https://code.wireshark.org/review/11734 Reviewed-by: Pascal Quantin --- capinfos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capinfos.c') diff --git a/capinfos.c b/capinfos.c index 49fb8db567..4742d2adb8 100644 --- a/capinfos.c +++ b/capinfos.c @@ -1617,7 +1617,7 @@ DIAG_ON(cast-qual) case 'h': printf("Capinfos (Wireshark) %s\n" "Print various information (infos) about capture files.\n" - "See http://www.wireshark.org for more information.\n", + "See https://www.wireshark.org for more information.\n", get_ws_vcs_version_info()); print_usage(stdout); exit(0); -- cgit v1.2.1