From e1de1d3a9395618a43fb926f68f2e701d8a9fb17 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 6 Jul 1996 22:50:36 +0000 Subject: [PATCH] (usage): Factor out backup-related text into separate string/printf statement. --- src/ln.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ln.c b/src/ln.c index a2c37d7e5f..0cb3359ab0 100644 --- a/src/ln.c +++ b/src/ln.c @@ -338,6 +338,8 @@ Makes hard links by default, symbolic links with -s.\n\ --help display this help and exit\n\ --version output version information and exit\n\ \n\ +")); + printf (_("\ The backup suffix is ~, unless set with SIMPLE_BACKUP_SUFFIX. The\n\ version control may be set with VERSION_CONTROL, values are:\n\ \n\ -- 2.47.2