Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Nov 2004 02:07:21 -0800 (PST)
From:      Adam Gregoire <bsdunx@yahoo.com>
To:        cvs-src@FreeBSD.org
Cc:        sos@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/diskinfo diskinfo.8 diskinfo.c
Message-ID:  <20041111100721.36831.qmail@web53910.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
A patch to catch-up with new -c option in usage(). Did not want it to slip by
unnoticed.

Thanks,
Adam Gregoire



		
__________________________________ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 

[-- Attachment #2 --]
--- usr.sbin/diskinfo/diskinfo.c	Tue Nov  9 07:28:41 2004
+++ /usr/home/ebola/cvs/src/usr.sbin/diskinfo/diskinfo.c	Thu Nov 11 02:23:53 2004
@@ -44,7 +44,7 @@
 static void
 usage(void)
 {
-	fprintf(stderr, "usage: diskinfo [-tv] disk ...\n");
+	fprintf(stderr, "usage: diskinfo [-ctv] disk ...\n");
 	exit (1);
 }
 

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041111100721.36831.qmail>