diff options
author | Matthew Ahrens <[email protected]> | 2019-02-26 11:15:28 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-02-26 11:15:28 -0800 |
commit | c568ab8d99d88b69f54159cd771cb9b20784174e (patch) | |
tree | 743b8f169a34fd17434eaeb9238b7904e1d08e27 /tests | |
parent | 47d7ef5490f06bf36bbf9667f266bfd6907ca596 (diff) |
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 <[email protected]>
Reviewed-by: loli10K <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Matthew Ahrens <[email protected]>
Closes #8410
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/zfs-tests/tests/functional/cli_root/zfs_program/zfs_program_json.ksh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/zfs-tests/tests/functional/cli_root/zfs_program/zfs_program_json.ksh b/tests/zfs-tests/tests/functional/cli_root/zfs_program/zfs_program_json.ksh index 02fd173e1..1d769096b 100755 --- a/tests/zfs-tests/tests/functional/cli_root/zfs_program/zfs_program_json.ksh +++ b/tests/zfs-tests/tests/functional/cli_root/zfs_program/zfs_program_json.ksh @@ -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 |