summaryrefslogtreecommitdiff
path: root/src/copy.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-26 18:47:49 +0000
committerJim Meyering <jim@meyering.net>2003-03-26 18:47:49 +0000
commit2cd4a7d3cd85e17dce51d9f900141fb5277bed1b (patch)
treea15a5857f574b1359ef603faa9446e0e396c5620 /src/copy.h
parent8044f51ca3c57159c6bee1049446e8ef29d40c07 (diff)
downloadcoreutils-2cd4a7d3cd85e17dce51d9f900141fb5277bed1b.tar.xz
(struct cp_options): Add a comment.
Diffstat (limited to 'src/copy.h')
-rw-r--r--src/copy.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/copy.h b/src/copy.h
index c5b1ab235..10cdce979 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;