diff options
| author | Brian Behlendorf <behlendorf1@llnl.gov> | 2010-11-11 18:22:36 +0000 |
|---|---|---|
| committer | Brian Behlendorf <behlendorf1@llnl.gov> | 2010-11-11 19:40:06 +0000 |
| commit | e0f3df67e5174cd51284f0c26779046facfc95e0 (patch) | |
| tree | 6826db53ba1720058d39b62cb3506fc75bfffc10 | |
| parent | 7dc3830c0f591ae8dfe349cf67c0c61cc8602dc8 (diff) | |
| -rwxr-xr-x | scripts/zconfig.sh | 4 | ||||
| -rwxr-xr-x | scripts/zfault.sh | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/scripts/zconfig.sh b/scripts/zconfig.sh index 31c3011c733f..2b1b2999c445 100755 --- a/scripts/zconfig.sh +++ b/scripts/zconfig.sh @@ -16,7 +16,7 @@ PROG=zconfig.sh usage() { cat << EOF USAGE: -$0 [hvc] +$0 [hvcts] DESCRIPTION: ZFS/ZPOOL configuration tests @@ -25,6 +25,8 @@ OPTIONS: -h Show this message -v Verbose -c Cleanup lo+file devices at start + -t <#> Run listed tests + -s <#> Skip listed tests EOF } diff --git a/scripts/zfault.sh b/scripts/zfault.sh index 7f7740424468..07a411a0e2da 100755 --- a/scripts/zfault.sh +++ b/scripts/zfault.sh @@ -42,7 +42,7 @@ PROG=zfault.sh usage() { cat << EOF USAGE: -$0 [hvc] +$0 [hvcts] DESCRIPTION: ZPOOL fault verification tests |
