Module Name: src
Committed By: wiz
Date: Tue Jan 17 08:22:09 UTC 2012
Modified Files:
src/sbin/drvctl: drvctl.c
Log Message:
Add -n to usage.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sbin/drvctl/drvctl.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/drvctl/drvctl.c
diff -u src/sbin/drvctl/drvctl.c:1.15 src/sbin/drvctl/drvctl.c:1.16
--- src/sbin/drvctl/drvctl.c:1.15 Mon Jan 16 19:43:50 2012
+++ src/sbin/drvctl/drvctl.c Tue Jan 17 08:22:09 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: drvctl.c,v 1.15 2012/01/16 19:43:50 pgoyette Exp $ */
+/* $NetBSD: drvctl.c,v 1.16 2012/01/17 08:22:09 wiz Exp $ */
/*
* Copyright (c) 2004
@@ -55,7 +55,7 @@ usage(void)
fprintf(stderr, "Usage: %s -r [-a attribute] busdevice [locator ...]\n"
" %s -d device\n"
" %s [-nt] -l [device]\n"
- " %s -p device [prop]\n"
+ " %s [-n] -p device [prop]\n"
" %s -Q device\n"
" %s -R device\n"
" %s -S device\n",