mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-01-13 19:50:25 +03:00
Add '-ts' options to zconfig.sh/zfault.sh usage
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.
This commit is contained in:
parent
7dc3830c0f
commit
e0f3df67e5
@ -16,7 +16,7 @@ PROG=zconfig.sh
|
|||||||
usage() {
|
usage() {
|
||||||
cat << EOF
|
cat << EOF
|
||||||
USAGE:
|
USAGE:
|
||||||
$0 [hvc]
|
$0 [hvcts]
|
||||||
|
|
||||||
DESCRIPTION:
|
DESCRIPTION:
|
||||||
ZFS/ZPOOL configuration tests
|
ZFS/ZPOOL configuration tests
|
||||||
@ -25,6 +25,8 @@ OPTIONS:
|
|||||||
-h Show this message
|
-h Show this message
|
||||||
-v Verbose
|
-v Verbose
|
||||||
-c Cleanup lo+file devices at start
|
-c Cleanup lo+file devices at start
|
||||||
|
-t <#> Run listed tests
|
||||||
|
-s <#> Skip listed tests
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
@ -42,7 +42,7 @@ PROG=zfault.sh
|
|||||||
usage() {
|
usage() {
|
||||||
cat << EOF
|
cat << EOF
|
||||||
USAGE:
|
USAGE:
|
||||||
$0 [hvc]
|
$0 [hvcts]
|
||||||
|
|
||||||
DESCRIPTION:
|
DESCRIPTION:
|
||||||
ZPOOL fault verification tests
|
ZPOOL fault verification tests
|
||||||
|
Loading…
Reference in New Issue
Block a user