| 790 | } |
| 791 | |
| 792 | static inline void |
| 793 | emit_backup_suffix_note (void) |
| 794 | { |
| 795 | fputs (_("\ |
| 796 | \n\ |
| 797 | The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n\ |
| 798 | The version control method may be selected via the --backup option or through\n\ |
| 799 | the 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) |