# HG changeset patch # User Franz Glasner # Date 1661084560 -7200 # Node ID fcfa674c844448fa31413b09cf68283e173f0243 # Parent ef397b84b047ca9edbddddcff730bdda2c038921 FIX: in the help message: improve documentation of OPTIONS diff -r ef397b84b047 -r fcfa674c8444 sbin/fjail --- 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.