diff options
author | Brian Behlendorf <[email protected]> | 2011-07-08 12:16:09 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-07-08 12:16:09 -0700 |
commit | e0f86c98620bbc085a7edddd8f6dbf82e4783a46 (patch) | |
tree | 3749519dd9f5bc3d4a53d88f189289a6ef8f3869 /cmd/zfs | |
parent | 1fa3bb750d0418dc4a5a3abd2bd8cce9c205c9e1 (diff) |
Update 'zfs send' documentation
The -D and -p options were missing from the manpage. This commit
adds documentation for these features.
Closes #311
Diffstat (limited to 'cmd/zfs')
-rw-r--r-- | cmd/zfs/zfs_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/zfs/zfs_main.c b/cmd/zfs/zfs_main.c index 0953336ab..b6dc6d49d 100644 --- a/cmd/zfs/zfs_main.c +++ b/cmd/zfs/zfs_main.c @@ -238,7 +238,7 @@ get_usage(zfs_help_t idx) case HELP_ROLLBACK: return (gettext("\trollback [-rRf] <snapshot>\n")); case HELP_SEND: - return (gettext("\tsend [-RDp] [-[iI] snapshot] <snapshot>\n")); + return (gettext("\tsend [-vRDp] [-[iI] snapshot] <snapshot>\n")); case HELP_SET: return (gettext("\tset <property=value> " "<filesystem|volume|snapshot> ...\n")); |