summaryrefslogtreecommitdiff
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-02-18 20:26:39 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-02-18 20:26:39 +0000
commit48933357e12780484db6b3b29f33e5255a1267b9 (patch)
tree2662facdfbcadad5466f5420b184b9eccf0c6d8c /usr.sbin/amd
parentc0b59dbe37160083c47f2710705da93db54fd4a5 (diff)
oops, let synopsis and usage agree;
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r--usr.sbin/amd/amd/amd.84
-rw-r--r--usr.sbin/amd/amd/get_args.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/amd/amd/amd.8 b/usr.sbin/amd/amd/amd.8
index a7f4540f514..b4e0a83b5b9 100644
--- a/usr.sbin/amd/amd/amd.8
+++ b/usr.sbin/amd/amd/amd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: amd.8,v 1.18 2007/02/18 17:25:51 deraadt Exp $
+.\" $OpenBSD: amd.8,v 1.19 2007/02/18 20:26:38 jmc Exp $
.\"
.\" Copyright (c) 1989 Jan-Simon Pendry
.\" Copyright (c) 1989 Imperial College of Science, Technology & Medicine
@@ -45,7 +45,7 @@
.Bk -words
.Op Fl nprv
.Op Fl a Ar mount_point
-.Op Fl C Ar cluster-name
+.Op Fl C Ar cluster
.Op Fl c Ar duration
.Op Fl D Ar option
.Op Fl d Ar domain
diff --git a/usr.sbin/amd/amd/get_args.c b/usr.sbin/amd/amd/get_args.c
index 4db20b56d33..6831f89ab94 100644
--- a/usr.sbin/amd/amd/get_args.c
+++ b/usr.sbin/amd/amd/get_args.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)get_args.c 8.1 (Berkeley) 6/6/93
- * $Id: get_args.c,v 1.9 2007/02/18 08:18:03 jmc Exp $
+ * $Id: get_args.c,v 1.10 2007/02/18 20:26:38 jmc Exp $
*/
/*
@@ -306,7 +306,7 @@ get_args(int c, char *v[])
show_usage:
fprintf(stderr,
- "usage: %s [-nprv] [-a mount_point] [-C cluster-name] "
+ "usage: %s [-nprv] [-a mount_point] [-C cluster] "
"[-c duration] [-D option]\n"
"\t[-d domain] [-k kernel-arch] [-l logfile] "
"[-t interval.interval]\n"