diff options
Diffstat (limited to 'src/fmt.c')
-rw-r--r-- | src/fmt.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -300,6 +300,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\ \n\ In -wNUMBER, the letter `w' may be omitted.\n"), stdout); + puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } |