diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/install.c | 2 | ||||
-rw-r--r-- | src/mv.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/install.c b/src/install.c index 289c3ccfb..f95fdb243 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\ @@ -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\ |