From 719be5d34133092608f2cb4b6a8acd6cf2c403c6 Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 10 Feb 2005 09:19:34 +0000 Subject: Sync program's usage() with manpage's SYNOPSIS. --- sbin/mdmfs/mdmfs.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sbin/mdmfs') diff --git a/sbin/mdmfs/mdmfs.c b/sbin/mdmfs/mdmfs.c index e2a14a0..b855d33 100644 --- a/sbin/mdmfs/mdmfs.c +++ b/sbin/mdmfs/mdmfs.c @@ -670,15 +670,15 @@ usage(void) name = "mdmfs"; if (!compat) fprintf(stderr, -"usage: %s [-DLlMNSUX] [-a maxcontig [-b block-size] [-c cylinders]\n" +"usage: %s [-DLlMNSUX] [-a maxcontig] [-b block-size] [-c cylinders]\n" "\t[-d rotdelay] [-e maxbpg] [-F file] [-f frag-size] [-i bytes]\n" "\t[-m percent-free] [-n rotational-positions] [-O optimization]\n" -"\t[-o mount-options] [-p permissions] [-s size] [-w user:group]\n" -"\tmd-device mount-point\n", name); +"\t[-o mount-options] [-p permissions] [-s size] [-v version]\n" +"\t[-w user:group] md-device mount-point\n", name); fprintf(stderr, "usage: %s -C [-lNU] [-a maxcontig] [-b block-size] [-c cylinders]\n" "\t[-d rotdelay] [-e maxbpg] [-F file] [-f frag-size] [-i bytes]\n" "\t[-m percent-free] [-n rotational-positions] [-O optimization]\n" -"\t[-o mount-options] [-s size] md-device mount-point\n", name); +"\t[-o mount-options] [-s size] [-v version] md-device mount-point\n", name); exit(1); } -- cgit v1.1