mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
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 <behlendorf1@llnl.gov> Closes #1786
This commit is contained in:
committed by
Brian Behlendorf
parent
fbcb768c8f
commit
2e2ddc30b4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user