mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-01-13 11:40:25 +03:00
Update zfs program
command usage
Update the zfs(8) man page to clearly describe that arguments for channel programs are to be listed after the -- sentinel which terminates argument processing. This behavior is supported by getopt on Linux, FreeBSD, and Illumos according to each platforms respective man pages. zfs program [-jn] [-t instruction-limit] [-m memory-limit] pool script [--] arg1 ... Reviewed-by: Clint Armstrong <clint@clintarmstrong.net> Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: loli10K <ezomori.nozomu@gmail.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #9056 Closes #9428
This commit is contained in:
parent
e4f5fa1229
commit
f3dc4a85e9
@ -316,7 +316,8 @@
|
|||||||
.Op Fl t Ar instruction-limit
|
.Op Fl t Ar instruction-limit
|
||||||
.Op Fl m Ar memory-limit
|
.Op Fl m Ar memory-limit
|
||||||
.Ar pool script
|
.Ar pool script
|
||||||
.Op Ar arg1 No ...
|
.Op --
|
||||||
|
.Ar arg1 No ...
|
||||||
.Nm
|
.Nm
|
||||||
.Cm load-key
|
.Cm load-key
|
||||||
.Op Fl nr
|
.Op Fl nr
|
||||||
@ -4756,7 +4757,8 @@ Display the path's inode change time as the first column of output.
|
|||||||
.Op Fl t Ar instruction-limit
|
.Op Fl t Ar instruction-limit
|
||||||
.Op Fl m Ar memory-limit
|
.Op Fl m Ar memory-limit
|
||||||
.Ar pool script
|
.Ar pool script
|
||||||
.Op Ar arg1 No ...
|
.Op --
|
||||||
|
.Ar arg1 No ...
|
||||||
.Xc
|
.Xc
|
||||||
Executes
|
Executes
|
||||||
.Ar script
|
.Ar script
|
||||||
|
Loading…
Reference in New Issue
Block a user