summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2005-10-15 08:57:21 +0000
committerjmc <jmc@openbsd.org>2005-10-15 08:57:21 +0000
commit6f8099a3b49d8268b53f377789ff6ca4e2c95d5f (patch)
treec62fee88f224b7f17e11512ab583be467e143514
parentclean up SYNOPSIS; (diff)
downloadwireguard-openbsd-6f8099a3b49d8268b53f377789ff6ca4e2c95d5f.tar.xz
wireguard-openbsd-6f8099a3b49d8268b53f377789ff6ca4e2c95d5f.zip
sync usage();
-rw-r--r--bin/chmod/chmod.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/chmod/chmod.c b/bin/chmod/chmod.c
index cbb84bc30c8..229e6ff1f6b 100644
--- a/bin/chmod/chmod.c
+++ b/bin/chmod/chmod.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: chmod.c,v 1.18 2004/07/01 18:25:47 otto Exp $ */
+/* $OpenBSD: chmod.c,v 1.19 2005/10/15 08:57:21 jmc Exp $ */
/* $NetBSD: chmod.c,v 1.12 1995/03/21 09:02:09 cgd Exp $ */
/*
@@ -40,7 +40,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)chmod.c 8.8 (Berkeley) 4/1/94";
#else
-static char rcsid[] = "$OpenBSD: chmod.c,v 1.18 2004/07/01 18:25:47 otto Exp $";
+static char rcsid[] = "$OpenBSD: chmod.c,v 1.19 2005/10/15 08:57:21 jmc Exp $";
#endif
#endif /* not lint */
@@ -339,7 +339,7 @@ usage(void)
__progname, (ischmod? "mode" : "flags"));
else
fprintf(stderr,
- "usage: %s [-R [-H | -L | -P]] [-f] [-h] %s file ...\n",
+ "usage: %s [-fh] [-R [-H | -L | -P]] %s file ...\n",
__progname, ischown ? "[owner][:group]" : "group");
exit(1);
}