summaryrefslogtreecommitdiffstats
path: root/bin/cp
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-08-25 09:42:16 +0000
committerru <ru@FreeBSD.org>2006-08-25 09:42:16 +0000
commit1f50dbf4f2fd5b41f4cf3a7a641f62be83d6ee1b (patch)
treea2b1002ab4a2e1ce14d989cac740cfbb9253c01a /bin/cp
parent632c97e1f133406690c6702231aac820385035d5 (diff)
downloadFreeBSD-src-1f50dbf4f2fd5b41f4cf3a7a641f62be83d6ee1b.zip
FreeBSD-src-1f50dbf4f2fd5b41f4cf3a7a641f62be83d6ee1b.tar.gz
Remove a stray -a option that probably sneaked in from julian's
attempt to enter append mode twice in vi(1). :-)
Diffstat (limited to 'bin/cp')
-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 c40204f..e4c11fe 100644
--- a/bin/cp/utils.c
+++ b/bin/cp/utils.c
@@ -426,8 +426,8 @@ usage(void)
{
(void)fprintf(stderr, "%s\n%s\n",
-"usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-aplv] source_file target_file",
-" cp [-R [-H | -L | -P]] [-f | -i | -n] [-aplv] source_file ... "
+"usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-plv] source_file target_file",
+" cp [-R [-H | -L | -P]] [-f | -i | -n] [-plv] source_file ... "
"target_directory");
exit(EX_USAGE);
}
OpenPOWER on IntegriCloud