mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 18:40:43 +03:00
Update 'zfs send' documentation
The -D and -p options were missing from the manpage. This commit adds documentation for these features. Closes #311
This commit is contained in:
+1
-1
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user