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

Function emit_backup_suffix_note

src/system.h:792–808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

790}
791
792static inline void
793emit_backup_suffix_note (void)
794{
795 fputs (_("\
796\n\
797The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n\
798The version control method may be selected via the --backup option or through\n\
799the VERSION_CONTROL environment variable. Here are the values:\n\
800\n\
801"), stdout);
802 fputs (_("\
803 none, off never make backups (even if --backup is given)\n\
804 numbered, t make numbered backups\n\
805 existing, nil numbered if numbered backups exist, simple otherwise\n\
806 simple, never always make simple backups\n\
807"), stdout);
808}
809
810#define emit_symlink_recurse_options(default_opt) \
811 emit_symlink_recurse_options_ (PROGRAM_NAME, default_opt)

Callers 4

usageFunction · 0.85
usageFunction · 0.85
usageFunction · 0.85
usageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected