Module Name: src
Committed By: mlelstv
Date: Sat Feb 6 10:35:59 UTC 2016
Modified Files:
src/sbin/mount_msdos: mount_msdos.c
Log Message:
fix usage message
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sbin/mount_msdos/mount_msdos.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/mount_msdos/mount_msdos.c
diff -u src/sbin/mount_msdos/mount_msdos.c:1.48 src/sbin/mount_msdos/mount_msdos.c:1.49
--- src/sbin/mount_msdos/mount_msdos.c:1.48 Sat Jan 30 09:59:27 2016
+++ src/sbin/mount_msdos/mount_msdos.c Sat Feb 6 10:35:58 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: mount_msdos.c,v 1.48 2016/01/30 09:59:27 mlelstv Exp $ */
+/* $NetBSD: mount_msdos.c,v 1.49 2016/02/06 10:35:58 mlelstv Exp $ */
/*
* Copyright (c) 1994 Christopher G. Demetriou
@@ -36,7 +36,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: mount_msdos.c,v 1.48 2016/01/30 09:59:27 mlelstv Exp $");
+__RCSID("$NetBSD: mount_msdos.c,v 1.49 2016/02/06 10:35:58 mlelstv Exp $");
#endif /* not lint */
#include <sys/param.h>
@@ -214,7 +214,7 @@ static void
usage(void)
{
- fprintf(stderr, "usage: %s [-9Gls] [-g gid] [-M mask] [-m mask] "
+ fprintf(stderr, "usage: %s [-9GlsU] [-g gid] [-M mask] [-m mask] "
"[-o options]\n\t[-t gmtoff] [-u uid] special mountpath\n",
getprogname());
exit(1);