summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2011-03-24 13:52:59 +0000
committerru <ru@FreeBSD.org>2011-03-24 13:52:59 +0000
commitc8811aa539115115a01e70e1b88b4605210a1804 (patch)
tree015451dfcab6e6b3606ae4a2a11e5d0c4dc0fe23
parent484221faf00766f329127fc389dbe270ad48e5df (diff)
downloadFreeBSD-src-c8811aa539115115a01e70e1b88b4605210a1804.zip
FreeBSD-src-c8811aa539115115a01e70e1b88b4605210a1804.tar.gz
Discourage from using "cp -r".
-rw-r--r--usr.bin/xargs/xargs.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1
index df1e3d0..32dfa3c 100644
--- a/usr.bin/xargs/xargs.1
+++ b/usr.bin/xargs/xargs.1
@@ -33,7 +33,7 @@
.\" $FreeBSD$
.\" $xMach: xargs.1,v 1.2 2002/02/23 05:23:37 tim Exp $
.\"
-.Dd January 26, 2008
+.Dd March 24, 2011
.Dt XARGS 1
.Os
.Sh NAME
@@ -163,7 +163,7 @@ directories which start with an uppercase letter in the current
directory to
.Pa destdir :
.Pp
-.Dl /bin/ls -1d [A-Z]* | xargs -J % cp -rp % destdir
+.Dl /bin/ls -1d [A-Z]* | xargs -J % cp -Rp % destdir
.Pp
.It Fl L Ar number
Call
OpenPOWER on IntegriCloud