aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2018-08-08 19:57:48 -0400
committerLibravatar Tad <tad@spotco.us>2018-08-08 19:57:48 -0400
commit5c19c4239949fe5c1ecddbdc207b0c40bcde1064 (patch)
tree667fb6d5989c7d2b610428bca778e872f8569ca8 /src/firemon
parentMinor private-etc cleanup (diff)
downloadfirejail-5c19c4239949fe5c1ecddbdc207b0c40bcde1064.tar.gz
firejail-5c19c4239949fe5c1ecddbdc207b0c40bcde1064.tar.zst
firejail-5c19c4239949fe5c1ecddbdc207b0c40bcde1064.zip
Replace all possible HTTP links with HTTPS
Diffstat (limited to 'src/firemon')
-rw-r--r--src/firemon/usage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firemon/usage.c b/src/firemon/usage.c
index a4d642d66..5714643cc 100644
--- a/src/firemon/usage.c
+++ b/src/firemon/usage.c
@@ -75,7 +75,7 @@ static char *help_str =
75 "\tUser - The owner of the sandbox.\n" 75 "\tUser - The owner of the sandbox.\n"
76 "\n" 76 "\n"
77 "License GPL version 2 or later\n" 77 "License GPL version 2 or later\n"
78 "Homepage: http://firejail.wordpress.com\n" 78 "Homepage: https://firejail.wordpress.com\n"
79 "\n"; 79 "\n";
80 80
81void usage(void) { 81void usage(void) {