diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-26 18:47:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-26 18:47:49 +0000 |
commit | 2cd4a7d3cd85e17dce51d9f900141fb5277bed1b (patch) | |
tree | a15a5857f574b1359ef603faa9446e0e396c5620 /src | |
parent | 8044f51ca3c57159c6bee1049446e8ef29d40c07 (diff) | |
download | coreutils-2cd4a7d3cd85e17dce51d9f900141fb5277bed1b.tar.xz |
(struct cp_options): Add a comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/copy.h | 4 |
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; |