Module Name:    src
Committed By:   wiz
Date:           Thu Jun 11 08:12:00 UTC 2009

Modified Files:
        src/sbin/modload: main.c

Log Message:
Sync usage with man page.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sbin/modload/main.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/modload/main.c
diff -u src/sbin/modload/main.c:1.12 src/sbin/modload/main.c:1.13
--- src/sbin/modload/main.c:1.12	Wed Jun 10 03:30:32 2009
+++ src/sbin/modload/main.c	Thu Jun 11 08:12:00 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: main.c,v 1.12 2009/06/10 03:30:32 jnemeth Exp $	*/
+/*	$NetBSD: main.c,v 1.13 2009/06/11 08:12:00 wiz Exp $	*/
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: main.c,v 1.12 2009/06/10 03:30:32 jnemeth Exp $");
+__RCSID("$NetBSD: main.c,v 1.13 2009/06/11 08:12:00 wiz Exp $");
 #endif /* !lint */
 
 #include <sys/module.h>
@@ -251,7 +251,7 @@
 {
 
 	(void)fprintf(stderr,
-	    "Usage: %s [-P] [-f] [-b var=boolean] [-i var=integer] "
+	    "Usage: %s [-fP] [-b var=boolean] [-i var=integer] "
 	    "[-s var=string] module\n"
 	    "       %s -p [-b var=boolean] [-d var] [-i var=integer] "
 	    "[-m plist]\n               [-s var=string]\n",

Reply via email to