From: Jim Meyering Date: Wed, 26 Mar 2003 18:47:49 +0000 (+0000) Subject: (struct cp_options): Add a comment. X-Git-Tag: v4.5.12~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2cd4a7d3cd85e17dce51d9f900141fb5277bed1b;p=thirdparty%2Fcoreutils.git (struct cp_options): Add a comment. --- 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;