Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update zfs program command usage #9428

Merged
merged 1 commit into from Oct 10, 2019
Merged

Commits on Oct 8, 2019

  1. 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 ...
    
    Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
    behlendorf committed Oct 8, 2019
    Copy the full SHA
    43263fe View commit details
    Browse the repository at this point in the history