From 79cb935030f12e82221fec5dadfccca07d9761b3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 9 Mar 2003 07:56:29 +0000 Subject: fix typo in comment --- src/cp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cp.c') 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", -- cgit v1.2.3-54-g00ecf