diff options
author | Pascal Quantin <pascal.quantin@gmail.com> | 2015-11-11 18:19:50 +0100 |
---|---|---|
committer | Pascal Quantin <pascal.quantin@gmail.com> | 2015-11-11 17:31:31 +0000 |
commit | fb3d38225e6d324b2a99ceebb90f6f1081f6aabd (patch) | |
tree | 59a892db75610b5ca54292a9b5c3ca192c86bd40 /wireshark-qt.cpp | |
parent | f1ff6d62c4fc1db0f5b98efd537f3ec518b0d4b8 (diff) | |
download | wireshark-fb3d38225e6d324b2a99ceebb90f6f1081f6aabd.tar.gz wireshark-fb3d38225e6d324b2a99ceebb90f6f1081f6aabd.tar.bz2 wireshark-fb3d38225e6d324b2a99ceebb90f6f1081f6aabd.zip |
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 'wireshark-qt.cpp')
-rw-r--r-- | wireshark-qt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wireshark-qt.cpp b/wireshark-qt.cpp index 8e4e463330..64604c3cb4 100644 --- a/wireshark-qt.cpp +++ b/wireshark-qt.cpp @@ -164,7 +164,7 @@ print_usage(gboolean for_help_option) { output = stdout; fprintf(output, "Wireshark %s\n" "Interactively 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()); } else { output = stderr; |