mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Add a missing option prefix - in zfs-tests.sh usage()
Reviewed-by: Giuseppe Di Natale <guss80@gmail.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org> Closes #10893
This commit is contained in:
parent
5266cf4826
commit
5a877a894e
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ constrain_path() {
|
|||
usage() {
|
||||
cat << EOF
|
||||
USAGE:
|
||||
$0 [hvqxkfS] [-s SIZE] [-r RUNFILES] [-t PATH] [-u USER]
|
||||
$0 [-hvqxkfS] [-s SIZE] [-r RUNFILES] [-t PATH] [-u USER]
|
||||
|
||||
DESCRIPTION:
|
||||
ZFS Test Suite launch script
|
||||
|
|
|
|||
Loading…
Reference in a new issue