aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-11-11 18:19:50 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2015-11-11 17:31:31 +0000
commitfb3d38225e6d324b2a99ceebb90f6f1081f6aabd (patch)
tree59a892db75610b5ca54292a9b5c3ca192c86bd40 /rawshark.c
parentf1ff6d62c4fc1db0f5b98efd537f3ec518b0d4b8 (diff)
Update user guide for development release
Change-Id: I9b4c5ab2e98ad6daa618bcda20b53a23467e16e0 Reviewed-on: https://code.wireshark.org/review/11734 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'rawshark.c')
-rw-r--r--rawshark.c2
1 files changed, 1 insertions, 1 deletions
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);