Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch
This commit is contained in:
commit
a1b9f5596b
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue