Merge branch 'linux-zpios' into refs/top-bases/linux-zfs-branch

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

View File

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