summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/system.h b/src/system.h
index 2aa5d6978..b85897280 100644
--- a/src/system.h
+++ b/src/system.h
@@ -609,6 +609,21 @@ Otherwise, units default to 1024 bytes (or 512 if POSIXLY_CORRECT is set).\n\
}
static inline void
+emit_update_parameters_note (void)
+{
+ fputs (_("\
+\n\
+UPDATE controls which existing files in the destination are replaced.\n\
+'all' is the default operation when an --update option is not specified,\n\
+and results in all existing files in the destination being replaced.\n\
+'none' is similar to the --no-clobber option, in that no files in the\n\
+destination are replaced, but also skipped files do not induce a failure.\n\
+'older' is the default operation when --update is specified, and results\n\
+in files being replaced if they're older than the corresponding source file.\n\
+"), stdout);
+}
+
+static inline void
emit_backup_suffix_note (void)
{
fputs (_("\