diff options
Diffstat (limited to 'src/cut.c')
-rw-r--r-- | src/cut.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -220,6 +220,7 @@ range, or many ranges separated by commas. Each range is one of:\n\ \n\ With no FILE, or when FILE is -, read standard input.\n\ ")); + puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } |