From d23970e52ecd6553cc8885a1ebd31e245b184a61 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 2 Jul 2002 09:05:33 +0000 Subject: (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. --- src/rm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rm.c') diff --git a/src/rm.c b/src/rm.c index 0a3899fac..d34c1933a 100644 --- a/src/rm.c +++ b/src/rm.c @@ -111,7 +111,7 @@ Note that if you use rm to remove a file, it is usually possible to recover\n\ the contents of that file. If you want more assurance that the contents are\n\ truly unrecoverable, consider using shred.\n\ "), stdout); - puts (_("\nReport bugs to .")); + printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT); } exit (status); } -- cgit v1.2.3-54-g00ecf