Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/mount_cd9660 Remove non-existant option -t from usage.
details: https://anonhg.NetBSD.org/src/rev/a9953a6cd800
branches: trunk
changeset: 473301:a9953a6cd800
user: mjl <mjl%NetBSD.org@localhost>
date: Fri May 28 10:10:25 1999 +0000
description:
Remove non-existant option -t from usage.
diffstat:
sbin/mount_cd9660/mount_cd9660.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 762b45283222 -r a9953a6cd800 sbin/mount_cd9660/mount_cd9660.c
--- a/sbin/mount_cd9660/mount_cd9660.c Fri May 28 09:59:31 1999 +0000
+++ b/sbin/mount_cd9660/mount_cd9660.c Fri May 28 10:10:25 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mount_cd9660.c,v 1.6 1998/03/01 02:20:17 fvdl Exp $ */
+/* $NetBSD: mount_cd9660.c,v 1.7 1999/05/28 10:10:25 mjl Exp $ */
/*
* Copyright (c) 1992, 1993, 1994
@@ -50,7 +50,7 @@
#if 0
static char sccsid[] = "@(#)mount_cd9660.c 8.7 (Berkeley) 5/1/95";
#else
-__RCSID("$NetBSD: mount_cd9660.c,v 1.6 1998/03/01 02:20:17 fvdl Exp $");
+__RCSID("$NetBSD: mount_cd9660.c,v 1.7 1999/05/28 10:10:25 mjl Exp $");
#endif
#endif /* not lint */
@@ -132,6 +132,6 @@
usage()
{
(void)fprintf(stderr,
- "usage: mount_cd9660 [-egrt] [-o options] special node\n");
+ "usage: mount_cd9660 [-egr] [-o options] special node\n");
exit(1);
}
Home |
Main Index |
Thread Index |
Old Index