Author: sbruno
Date: Tue Nov 12 17:10:56 2013
New Revision: 258053
URL: http://svnweb.freebsd.org/changeset/base/258053
Log:
Noted that the stripe_size argument was not being displayed in the usage
message
MFC after: 2 weeks
Modified:
head/usr.sbin/mfiutil/mfiutil.c
Modified: head/usr.sbin/mfiutil/mfiutil.c
==============================================================================
--- head/usr.sbin/mfiutil/mfiutil.c Tue Nov 12 16:15:09 2013
(r258052)
+++ head/usr.sbin/mfiutil/mfiutil.c Tue Nov 12 17:10:56 2013
(r258053)
@@ -78,7 +78,7 @@ usage(void)
fprintf(stderr, " name <volume> <name>\n");
fprintf(stderr, " volume progress <volume> - display status of
active operations\n");
fprintf(stderr, " clear - clear volume
configuration\n");
- fprintf(stderr, " create <type> [-v] <drive>[,<drive>[,...]]
[<drive>[,<drive>[,...]]\n");
+ fprintf(stderr, " create <type> [-v] [-s stripe_size]
<drive>[,<drive>[,...]] [<drive>[,<drive>[,...]]\n");
fprintf(stderr, " delete <volume>\n");
fprintf(stderr, " add <drive> [volume] - add a hot spare\n");
fprintf(stderr, " remove <drive> - remove a hot spare\n");
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"