1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-07 17:19:18 +02:00
This commit is contained in:
Jim Meyering
2000-09-03 13:18:22 +00:00
parent 81ab1beb52
commit e2a422b8ef
+4 -1
View File
@@ -51,7 +51,10 @@ struct cp_options
int unlink_dest_before_opening;
/* If nonzero, first try to open each existing destination nondirectory,
then, if the open fails, unlink and try again. */
then, if the open fails, unlink and try again.
This option must be set for `cp', in case the destination file
exists when the open is attempted. It is irrelevant to `mv' since
any destination is sure to be removed before the open. */
int unlink_dest_after_failed_open;
/* Setting this member is meaningful only if FORCE is also set.