Add '-ts' options to zconfig.sh/zfault.sh usage
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 11 Nov 2010 18:22:36 +0000 (10:22 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 11 Nov 2010 19:40:06 +0000 (11:40 -0800)
When adding this functionality originally the options to only
run specific tests (-t), or conversely skip specific tests (-s)
were omitted from the usage page.  This commit adds the missing
documentation.

scripts/zconfig.sh
scripts/zfault.sh

index 31c3011..2b1b299 100755 (executable)
@@ -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
 }
index 7f77404..07a411a 100755 (executable)
@@ -42,7 +42,7 @@ PROG=zfault.sh
 usage() {
 cat << EOF
 USAGE:
-$0 [hvc]
+$0 [hvcts]
 
 DESCRIPTION:
        ZPOOL fault verification tests