summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2008-06-01 18:38:30 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2008-06-01 18:38:30 +0000
commitc5466cd428f338e036793590128edcb2c23d8fc0 (patch)
tree6f4f864114f67362c95dba5aeafb3ff25b9be056 /sbin
parent1491fda4d670acd5b0622f7914e4f6ca08373eed (diff)
synchronize synopsis and usage.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/mount_portal/mount_portal.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount_portal/mount_portal.c b/sbin/mount_portal/mount_portal.c
index d1150aa3236..3069735bb28 100644
--- a/sbin/mount_portal/mount_portal.c
+++ b/sbin/mount_portal/mount_portal.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mount_portal.c,v 1.27 2005/04/08 20:09:37 jaredy Exp $ */
+/* $OpenBSD: mount_portal.c,v 1.28 2008/06/01 18:38:29 sobrado Exp $ */
/* $NetBSD: mount_portal.c,v 1.8 1996/04/13 01:31:54 jtc Exp $ */
/*
@@ -43,7 +43,7 @@ char copyright[] =
#if 0
static char sccsid[] = "@(#)mount_portal.c 8.6 (Berkeley) 4/26/95";
#else
-static char rcsid[] = "$OpenBSD: mount_portal.c,v 1.27 2005/04/08 20:09:37 jaredy Exp $";
+static char rcsid[] = "$OpenBSD: mount_portal.c,v 1.28 2008/06/01 18:38:29 sobrado Exp $";
#endif
#endif /* not lint */
@@ -295,6 +295,6 @@ static void
usage(void)
{
(void)fprintf(stderr,
- "usage: %s [-o options] config mount-point\n", __progname);
+ "usage: %s [-o options] config mount_point\n", __progname);
exit(1);
}