From: Christos Zoulas Date: Mon, 1 Oct 2018 18:50:31 +0000 (+0000) Subject: PR/33: fix for new bugs location X-Git-Tag: FILE5_35~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6aac881c2daa4652f30f15c3da4dadad6a4da674;p=file PR/33: fix for new bugs location --- diff --git a/src/file.c b/src/file.c index 16413e71..67ef8e7f 100644 --- a/src/file.c +++ b/src/file.c @@ -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); }