mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
zfs.8 has wrong description of "zfs program -t"
The "-t" argument to "zfs program" specifies a limit on the number of LUA instructions that can be executed. The zfs.8 manpage has the wrong description. It should be updated to match what's in zfs-program.8 Also fix the formatting of the zfs help message. Reviewed by: Allan Jude <allanjude@freebsd.org> Reviewed-by: loli10K <ezomori.nozomu@gmail.com> Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Matthew Ahrens <mahrens@delphix.com> Closes #8410
This commit is contained in:
committed by
Brian Behlendorf
parent
47d7ef5490
commit
c568ab8d99
@@ -16,6 +16,7 @@
|
||||
|
||||
#
|
||||
# Copyright (c) 2018 Datto Inc.
|
||||
# Copyright (c) 2019 by Delphix. All rights reserved.
|
||||
#
|
||||
|
||||
. $STF_SUITE/include/libtest.shlib
|
||||
@@ -111,7 +112,8 @@ typeset -a neg_cmds=("-Z")
|
||||
typeset -a neg_cmds_out=(
|
||||
"invalid option 'Z'
|
||||
usage:
|
||||
program [-jn] [-t <instruction limit>] [-m <memory limit (b)>] <pool> <program file> [lua args...]
|
||||
program [-jn] [-t <instruction limit>] [-m <memory limit (b)>]
|
||||
<pool> <program file> [lua args...]
|
||||
|
||||
For the property list, run: zfs set|get
|
||||
|
||||
|
||||
Reference in New Issue
Block a user