Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch

This commit is contained in:
Brian Behlendorf 2009-01-16 15:09:25 -08:00
commit a1b9f5596b
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ MODULES=( \
usage() {
cat << EOF
USAGE:
$0 [hvp] [c <config>]
$0 [hvp] <-c config> <-t test>
DESCRIPTION:
Helper script for easy zpios benchmarking.
@ -27,6 +27,7 @@ OPTIONS:
-v Verbose
-p Enable profiling
-c Zpool configuration
-t Zpios test
EOF
}