(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 289c3cc..f95fdb2 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 eb3ebed..9c66064 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\