From: Jim Meyering Date: Sat, 6 Jul 1996 22:50:57 +0000 (+0000) Subject: (usage): Factor out backup-related text into separate string/printf statement. X-Git-Tag: TEXTUTILS-1_18e~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04721074175cb5f2ea1ead0301d822919a48e57f;p=thirdparty%2Fcoreutils.git (usage): Factor out backup-related text into separate string/printf statement. --- diff --git a/src/install.c b/src/install.c index 289c3ccfb3..f95fdb2434 100644 --- a/src/install.c +++ b/src/install.c @@ -604,6 +604,8 @@ format, make all components of the given DIRECTORY(ies).\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\ diff --git a/src/mv.c b/src/mv.c index eb3ebed8a4..9c66064dfd 100644 --- a/src/mv.c +++ b/src/mv.c @@ -393,6 +393,8 @@ Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY.\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\