From 2cd4a7d3cd85e17dce51d9f900141fb5277bed1b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 26 Mar 2003 18:47:49 +0000 Subject: [PATCH] (struct cp_options): Add a comment. --- src/copy.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/copy.h b/src/copy.h index c5b1ab2355..10cdce9796 100644 --- a/src/copy.h +++ b/src/copy.h @@ -54,6 +54,10 @@ enum Dereference_symlink || (Mode) == SPARSE_AUTO \ || (Mode) == SPARSE_ALWAYS) +/* These options control how files are copied by at least the + following programs: mv (when rename doesn't work), cp, install. + So, if you add a new member, be sure to initialize it in + mv.c, cp.c, and install.c. */ struct cp_options { enum backup_type backup_type; -- 2.47.3