summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-10-15 08:57:22 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-10-15 08:57:22 +0000
commitb46e1537a8983c1a64ca45b50f3ad603ef1ab35e (patch)
treea1154978a93d606c6f8f498b29baa3eac97b5a18
parentb58fde2b86a3f6da514b9177c9f036248bb9fe8b (diff)
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);
}