1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-02 22:41:42 +02:00

(usage): Factor out backup-related text into separate string/printf statement.

This commit is contained in:
Jim Meyering
1996-07-06 22:50:57 +00:00
parent e1de1d3a93
commit 0472107417
2 changed files with 4 additions and 0 deletions
+2
View 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\
+2
View File
@@ -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\