summaryrefslogtreecommitdiff
path: root/src/cp.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-09 07:56:29 +0000
committerJim Meyering <jim@meyering.net>2003-03-09 07:56:29 +0000
commit79cb935030f12e82221fec5dadfccca07d9761b3 (patch)
treec02b980e2ec501915802457252e9c68f6df1aec7 /src/cp.c
parentb834bcfc65ecb632de4561a5776e4cf5272e46ff (diff)
downloadcoreutils-79cb935030f12e82221fec5dadfccca07d9761b3.tar.xz
fix typo in comment
Diffstat (limited to 'src/cp.c')
-rw-r--r--src/cp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cp.c b/src/cp.c
index adcb7b97f..1f8a975aa 100644
--- a/src/cp.c
+++ b/src/cp.c
@@ -770,7 +770,7 @@ decode_preserve_arg (char const *arg, struct cp_options *x, int on_off)
PRESERVE_OWNERSHIP, PRESERVE_LINK, PRESERVE_ALL
};
- /* Valid arguments to the `--reply' option. */
+ /* Valid arguments to the `--preserve' option. */
static char const* const preserve_args[] =
{
"mode", "timestamps",