summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-01-24 08:10:53 +0000
committerJim Meyering <jim@meyering.net>2005-01-24 08:10:53 +0000
commitc8b7f2bb9c9a2f5af5311de5c03f52766f94b2c5 (patch)
tree1ad04139af39158f0b14b3884b4c4a557e49da74 /src
parent96cfa71377c564b3c317fb05d2b7882061466865 (diff)
downloadcoreutils-c8b7f2bb9c9a2f5af5311de5c03f52766f94b2c5.tar.xz
(usage): Merge the descriptions of --no-dereference and -P.
Diffstat (limited to 'src')
-rw-r--r--src/cp.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/cp.c b/src/cp.c
index 9c4562671..cd000a74f 100644
--- a/src/cp.c
+++ b/src/cp.c
@@ -1,5 +1,5 @@
/* cp.c -- file copying (main routines)
- Copyright (C) 89, 90, 91, 1995-2004 Free Software Foundation.
+ Copyright (C) 89, 90, 91, 1995-2005 Free Software Foundation.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -177,7 +177,6 @@ Mandatory arguments to long options are mandatory for short options too.\n\
-d same as --no-dereference --preserve=link\n\
"), stdout);
fputs (_("\
- --no-dereference never follow symbolic links\n\
-f, --force if an existing destination file cannot be\n\
opened, remove it and try again\n\
-i, --interactive prompt before overwrite\n\
@@ -186,6 +185,11 @@ Mandatory arguments to long options are mandatory for short options too.\n\
fputs (_("\
-l, --link link files instead of copying\n\
-L, --dereference always follow symbolic links\n\
+"), stdout);
+ fputs (_("\
+ -P --no-dereference never follow symbolic links\n\
+"), stdout);
+ fputs (_("\
-p same as --preserve=mode,ownership,timestamps\n\
--preserve[=ATTR_LIST] preserve the specified attributes (default:\n\
mode,ownership,timestamps), if possible\n\
@@ -194,7 +198,6 @@ Mandatory arguments to long options are mandatory for short options too.\n\
fputs (_("\
--no-preserve=ATTR_LIST don't preserve the specified attributes\n\
--parents append source path to DIRECTORY\n\
- -P same as `--no-dereference'\n\
"), stdout);
fputs (_("\
-R, -r, --recursive copy directories recursively\n\