summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2018-10-01 18:50:31 +0000
committerChristos Zoulas <christos@zoulas.com>2018-10-01 18:50:31 +0000
commit6aac881c2daa4652f30f15c3da4dadad6a4da674 (patch)
tree579e5a50552b013187a2eadc6f37d811ab7e8fef /src
parentd491655a45d473c3036e3236daf22951fb08c10b (diff)
downloadfile-git-6aac881c2daa4652f30f15c3da4dadad6a4da674.tar.gz
PR/33: fix for new bugs location
Diffstat (limited to 'src')
-rw-r--r--src/file.c4
1 files changed, 2 insertions, 2 deletions
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);
}