From 04721074175cb5f2ea1ead0301d822919a48e57f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 6 Jul 1996 22:50:57 +0000 Subject: [PATCH] (usage): Factor out backup-related text into separate string/printf statement. --- src/install.c | 2 ++ src/mv.c | 2 ++ 2 files changed, 4 insertions(+) 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\ -- 2.47.2