aboutsummaryrefslogtreecommitdiffstats
path: root/src/argparse.c
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <[email protected]>2018-10-18 04:10:19 +0000
committerDaniel Kahn Gillmor <[email protected]>2018-10-18 04:28:51 +0000
commita81534fed8ff34b67a2726d333d9725454663c82 (patch)
tree37a26dab846072504a8b67becf9a9486574bbc26 /src/argparse.c
parentdoc: use https:// for www.gnu.org (diff)
downloadgpgme-a81534fed8ff34b67a2726d333d9725454663c82.tar.gz
gpgme-a81534fed8ff34b67a2726d333d9725454663c82.zip
doc: convert more http:// links to https://
-- Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'src/argparse.c')
-rw-r--r--src/argparse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/argparse.c b/src/argparse.c
index 758173f8..f3a5a485 100644
--- a/src/argparse.c
+++ b/src/argparse.c
@@ -1493,10 +1493,10 @@ strusage( int level )
case 10:
#if ARGPARSE_GPL_VERSION == 3
p = ("License GPLv3+: GNU GPL version 3 or later "
- "<http://gnu.org/licenses/gpl.html>");
+ "<https://www.gnu.org/licenses/gpl.html>");
#else
p = ("License GPLv2+: GNU GPL version 2 or later "
- "<http://gnu.org/licenses/>");
+ "<https://www.gnu.org/licenses/>");
#endif
break;
case 11: p = "foo"; break;