From bca510b70c5076f2becbad97a5e274dcc7c8a4de Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 17 Jan 2012 08:22:09 +0000 Subject: [PATCH] Add -n to usage. --- sbin/drvctl/drvctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/drvctl/drvctl.c b/sbin/drvctl/drvctl.c index 2d779c114bc0..7aa87663c630 100644 --- a/sbin/drvctl/drvctl.c +++ b/sbin/drvctl/drvctl.c @@ -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",