Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
changeset 205:fcfa674c8444
FIX: in the help message: improve documentation of OPTIONS
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 21 Aug 2022 14:22:40 +0200 |
| parents | ef397b84b047 |
| children | 92e5db34eb2b |
| files | sbin/fjail |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/sbin/fjail Sun Aug 21 13:23:10 2022 +0200 +++ b/sbin/fjail Sun Aug 21 14:22:40 2022 +0200 @@ -28,7 +28,7 @@ COMMANDS: - datasets [-u] PARENT CHILD + datasets [OPTIONS] PARENT CHILD Create ZFS datasets to be used within a jail @@ -60,7 +60,7 @@ Populate the jail directory in MOUNTPOINT with the base system in BASETXZ - copy SOURCE-DATASET DEST-DATASET + copy [OPTIONS] SOURCE-DATASET DEST-DATASET Copy a tree of ZFS datasets with "zfs send -R" and "zfs receive". Note that the destination dataset must not exist already.
