summaryrefslogtreecommitdiffstats
path: root/bin/cp/utils.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-08-25 09:58:13 +0000
committerru <ru@FreeBSD.org>2006-08-25 09:58:13 +0000
commita48b0e122846af20fc8b1f7558b4ccce5432be00 (patch)
treed256eee39ef821aa17b8f4743cfac5bc0e191502 /bin/cp/utils.c
parent1f50dbf4f2fd5b41f4cf3a7a641f62be83d6ee1b (diff)
downloadFreeBSD-src-a48b0e122846af20fc8b1f7558b4ccce5432be00.zip
FreeBSD-src-a48b0e122846af20fc8b1f7558b4ccce5432be00.tar.gz
- Fix options order.
- Touch manpage's document date.
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 e4c11fe..d9e40b2 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] [-plv] source_file target_file",
-" cp [-R [-H | -L | -P]] [-f | -i | -n] [-plv] source_file ... "
+"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 ... "
"target_directory");
exit(EX_USAGE);
}
OpenPOWER on IntegriCloud