aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon/usage.c
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-12-23 09:46:12 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-12-23 09:46:12 -0500
commitf7439c3e0a1a802862295df6143b35e55c688142 (patch)
tree8a89dbe6ce7205f9bea6731339d0707ba93085f6 /src/firemon/usage.c
parentfixes (diff)
downloadfirejail-f7439c3e0a1a802862295df6143b35e55c688142.tar.gz
firejail-f7439c3e0a1a802862295df6143b35e55c688142.tar.zst
firejail-f7439c3e0a1a802862295df6143b35e55c688142.zip
0.9.36 testing
Diffstat (limited to 'src/firemon/usage.c')
-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 92aac1b88..6cc3656c4 100644
--- a/src/firemon/usage.c
+++ b/src/firemon/usage.c
@@ -72,6 +72,6 @@ void usage(void) {
72 printf("\tUser - The owner of the sandbox.\n"); 72 printf("\tUser - The owner of the sandbox.\n");
73 printf("\n"); 73 printf("\n");
74 printf("License GPL version 2 or later\n"); 74 printf("License GPL version 2 or later\n");
75 printf("Homepage: http://github.com/netblue30/firejail\n"); 75 printf("Homepage: http://firejail.wordpress.com\n");
76 printf("\n"); 76 printf("\n");
77} 77}