From c609ba2d1300921fcd0bffd5951185e7c97ff4ad Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 2 Sep 1996 15:34:25 +0000 Subject: (usage): Tell where to report bugs. --- src/split.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/split.c') diff --git a/src/split.c b/src/split.c index f1e4dc350..fec78cfc3 100644 --- a/src/split.c +++ b/src/split.c @@ -120,6 +120,7 @@ PREFIX is `x'. With no INPUT, or when INPUT is -, read standard input.\n\ \n\ SIZE may have a multiplier suffix: b for 512, k for 1K, m for 1 Meg.\n\ ")); + puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } -- cgit v1.2.3-54-g00ecf