We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
zfs/cmd/zpool/zpool_main.c
Line 416 in 8f2f6cd
The following outputs are different;
#zpool status -h invalid option 'h' usage: status [--power] [-c [script1,script2,...]] [-igLpPstvxD] [-T d|u] [pool] ... [interval [count]] #zpool help status zpool status [-DeigLpPstvx] [-T u|d] [-c [SCRIPT1[,SCRIPT2]…]] [pool]… [interval [count]]
In one --power is missing, in the other -e. Is it possible to have one global text source for this?
@cmharr can you fix this with -e?
@behlendorf Is there some style guide for synopsis, about order of arguments and upper/lower case and ellipses?
The text was updated successfully, but these errors were encountered:
Submitted #16008 to fix the missing '-e' and re-order alphabetically the other 2 letters in that string that aren't right.
Sorry, something went wrong.
No branches or pull requests
zfs/cmd/zpool/zpool_main.c
Line 416 in 8f2f6cd
The following outputs are different;
In one --power is missing, in the other -e.
Is it possible to have one global text source for this?
@cmharr can you fix this with -e?
@behlendorf Is there some style guide for synopsis, about order of arguments and upper/lower case and ellipses?
The text was updated successfully, but these errors were encountered: