diff options
Diffstat (limited to 'src/split.c')
-rw-r--r-- | src/split.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |