summaryrefslogtreecommitdiffstats
path: root/bin/cp/utils.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-03-10 19:58:41 +0000
committerjhb <jhb@FreeBSD.org>2008-03-10 19:58:41 +0000
commit12d32f9576d78a8581086788226f595e802f5ca8 (patch)
tree4058abd1e35270e812e35223e9bb7274421179fe /bin/cp/utils.c
parent9d148b4c1d10ad1656f8dc4bba4ae0fcddfba9d6 (diff)
downloadFreeBSD-src-12d32f9576d78a8581086788226f595e802f5ca8.zip
FreeBSD-src-12d32f9576d78a8581086788226f595e802f5ca8.tar.gz
Add an '-a' option which is identical to specifying '-RpP' for
compatibility with other implementations. MFC after: 1 month
Diffstat (limited to 'bin/cp/utils.c')
-rw-r--r--bin/cp/utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/cp/utils.c b/bin/cp/utils.c
index 7eea8fa..a128188 100644
--- a/bin/cp/utils.c
+++ b/bin/cp/utils.c
@@ -429,8 +429,8 @@ usage(void)
{
(void)fprintf(stderr, "%s\n%s\n",
-"usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-lpv] source_file target_file",
-" cp [-R [-H | -L | -P]] [-f | -i | -n] [-lpv] source_file ... "
+"usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-alpv] source_file target_file",
+" cp [-R [-H | -L | -P]] [-f | -i | -n] [-alpv] source_file ... "
"target_directory");
exit(EX_USAGE);
}
OpenPOWER on IntegriCloud