]> granicus.if.org Git - file/commitdiff
PR/33: fix for new bugs location
authorChristos Zoulas <christos@zoulas.com>
Mon, 1 Oct 2018 18:50:31 +0000 (18:50 +0000)
committerChristos Zoulas <christos@zoulas.com>
Mon, 1 Oct 2018 18:50:31 +0000 (18:50 +0000)
src/file.c

index 16413e71a9f10fa14214e19eaf6028763af634b3..67ef8e7ffb2ff9653bbf1f4f764fc7b69a377660 100644 (file)
@@ -32,7 +32,7 @@
 #include "file.h"
 
 #ifndef        lint
-FILE_RCSID("@(#)$File: file.c,v 1.177 2018/08/20 15:39:32 christos Exp $")
+FILE_RCSID("@(#)$File: file.c,v 1.178 2018/10/01 18:50:31 christos Exp $")
 #endif /* lint */
 
 #include "magic.h"
@@ -656,7 +656,7 @@ help(void)
 #include "file_opts.h"
 #undef OPT
 #undef OPT_LONGONLY
-       fprintf(stdout, "\nReport bugs to http://bugs.gw.com/\n");
+       fprintf(stdout, "\nReport bugs to https://bugs.astron.com/\n");
        exit(EXIT_SUCCESS);
 }