diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2000-07-31 01:57:07 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2000-07-31 01:57:07 +0000 |
commit | 0f1891a465db52270c5d9f624dd6f41d9721da88 (patch) | |
tree | 19d29893b3fb3be2a2e1c6c8910ded2424e972e8 /sbin/mount_cd9660/mount_cd9660.c | |
parent | 2dc6fd1f52c8b6b4db36532647047019217e4606 (diff) |
Correct usage string
Diffstat (limited to 'sbin/mount_cd9660/mount_cd9660.c')
-rw-r--r-- | sbin/mount_cd9660/mount_cd9660.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount_cd9660/mount_cd9660.c b/sbin/mount_cd9660/mount_cd9660.c index c62733d1461..517b11cd2f2 100644 --- a/sbin/mount_cd9660/mount_cd9660.c +++ b/sbin/mount_cd9660/mount_cd9660.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mount_cd9660.c,v 1.10 1999/07/01 02:20:22 d Exp $ */ +/* $OpenBSD: mount_cd9660.c,v 1.11 2000/07/31 01:57:06 pjanzen Exp $ */ /* $NetBSD: mount_cd9660.c,v 1.3 1996/04/13 01:31:08 jtc Exp $ */ /* @@ -49,7 +49,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)mount_cd9660.c 8.4 (Berkeley) 3/27/94"; #else -static char rcsid[] = "$OpenBSD: mount_cd9660.c,v 1.10 1999/07/01 02:20:22 d Exp $"; +static char rcsid[] = "$OpenBSD: mount_cd9660.c,v 1.11 2000/07/31 01:57:06 pjanzen Exp $"; #endif #endif /* not lint */ @@ -140,6 +140,6 @@ void usage() { (void)fprintf(stderr, - "usage: mount_cd9660 [-egjrt] [-o options] special node\n"); + "usage: mount_cd9660 [-egjR] [-o options] special node\n"); exit(1); } |