MCPcopy Create free account
hub / github.com/coreutils/coreutils / emit_update_parameters_note

Function emit_update_parameters_note

src/system.h:775–790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

usageFunction · 0.85
usageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected