| 773 | } |
| 774 | |
| 775 | static inline void |
| 776 | emit_update_parameters_note (void) |
| 777 | { |
| 778 | fputs (_("\ |
| 779 | \n\ |
| 780 | UPDATE controls which existing files in the destination are replaced.\n\ |
| 781 | 'all' is the default operation when an --update option is not specified,\n\ |
| 782 | and results in all existing files in the destination being replaced.\n\ |
| 783 | 'none' is like the --no-clobber option, in that no files in the\n\ |
| 784 | destination are replaced, and skipped files do not induce a failure.\n\ |
| 785 | 'none-fail' also ensures no files are replaced in the destination,\n\ |
| 786 | but any skipped files are diagnosed and induce a failure.\n\ |
| 787 | 'older' is the default operation when --update is specified, and results\n\ |
| 788 | in files being replaced if they're older than the corresponding source file.\n\ |
| 789 | "), stdout); |
| 790 | } |
| 791 | |
| 792 | static inline void |
| 793 | emit_backup_suffix_note (void) |