]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Factor out backup-related text into separate string/printf statement.
authorJim Meyering <jim@meyering.net>
Sat, 6 Jul 1996 22:50:57 +0000 (22:50 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 6 Jul 1996 22:50:57 +0000 (22:50 +0000)
src/install.c
src/mv.c

index 289c3ccfb3f4deb0d4017a690d965ec966d81f0a..f95fdb24345b4be1e67dcd942a8a0e17a1b7fbe3 100644 (file)
@@ -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\
index eb3ebed8a477997b7e150ba249f7f20778c423bb..9c66064dfdd421592f4ecfe1b6ac827527985abc 100644 (file)
--- 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\