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 --- rawshark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rawshark.c') diff --git a/rawshark.c b/rawshark.c index 1becd58a04..b3c26eb632 100644 --- a/rawshark.c +++ b/rawshark.c @@ -605,7 +605,7 @@ DIAG_ON(cast-qual) case 'h': /* Print help and exit */ printf("Rawshark (Wireshark) %s\n" "Dump and analyze network traffic.\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