diff options
author | Tim Chase <[email protected]> | 2013-10-13 11:36:15 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-10-22 10:08:51 -0700 |
commit | 2e2ddc30b47c174d95c2eb491452a7587e3e129f (patch) | |
tree | 9223be65adcc44aa40ba1436b091737a3afccab5 /cmd/zpool | |
parent | fbcb768c8fd1f32653f46ed4a8a9ceafe139087b (diff) |
Dedup-related documentation additions for zpool and zdb.
Document the "-D" and "-T" options and the optional interval
and count or "zpool status".
Also for zpool's man page, use a consistent order for the
various "-T" options to match the program's help output.
Document the effect of additional "-D" options for zdb.
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #1786
Diffstat (limited to 'cmd/zpool')
-rw-r--r-- | cmd/zpool/zpool_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/zpool/zpool_main.c b/cmd/zpool/zpool_main.c index 152f28959..b4a101773 100644 --- a/cmd/zpool/zpool_main.c +++ b/cmd/zpool/zpool_main.c @@ -256,7 +256,7 @@ get_usage(zpool_help_t idx) { case HELP_SCRUB: return (gettext("\tscrub [-s] <pool> ...\n")); case HELP_STATUS: - return (gettext("\tstatus [-vx] [-T d|u] [pool] ... [interval " + return (gettext("\tstatus [-vxD] [-T d|u] [pool] ... [interval " "[count]]\n")); case HELP_UPGRADE: return (gettext("\tupgrade\n" |