summaryrefslogtreecommitdiffstats
path: root/scripts/zconfig.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/zconfig.sh')
-rwxr-xr-xscripts/zconfig.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/zconfig.sh b/scripts/zconfig.sh
index 31c3011c7..2b1b2999c 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
}