summaryrefslogtreecommitdiff
path: root/bin/cp/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cp/utils.c')
-rw-r--r--bin/cp/utils.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/cp/utils.c b/bin/cp/utils.c
index dc86deb17b7..2275c127b76 100644
--- a/bin/cp/utils.c
+++ b/bin/cp/utils.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: utils.c,v 1.46 2018/09/07 13:46:33 martijn Exp $ */
+/* $OpenBSD: utils.c,v 1.47 2019/01/28 18:58:42 jca Exp $ */
/* $NetBSD: utils.c,v 1.6 1997/02/26 14:40:51 cgd Exp $ */
/*-
@@ -326,9 +326,9 @@ void
usage(void)
{
(void)fprintf(stderr,
- "usage: %s [-fipv] [-R [-H | -L | -P]] source target\n", __progname);
+ "usage: %s [-afipv] [-R [-H | -L | -P]] source target\n", __progname);
(void)fprintf(stderr,
- " %s [-fipv] [-R [-H | -L | -P]] source ... directory\n",
+ " %s [-afipv] [-R [-H | -L | -P]] source ... directory\n",
__progname);
exit(1);
}