summaryrefslogtreecommitdiff
path: root/src/ln.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ln.c')
-rw-r--r--src/ln.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ln.c b/src/ln.c
index 8e76abdcc..ee7eb7f8c 100644
--- a/src/ln.c
+++ b/src/ln.c
@@ -342,7 +342,9 @@ version control may be set with VERSION_CONTROL, values are:\n\
\n\
t, numbered make numbered backups\n\
nil, existing numbered if numbered backups exist, simple otherwise\n\
- never, simple always make simple backups\n"));
+ never, simple always make simple backups\n\
+"));
+ puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu\n"));
}
exit (status);
}