Be more specific with export/import command options
This commit is contained in:
@@ -49,6 +49,8 @@ usage() {
|
|||||||
-v | --verbose -- Be more verbose during the ZFS send operation.
|
-v | --verbose -- Be more verbose during the ZFS send operation.
|
||||||
--xz -- Export a ZFS jail using XZ(.xz) compressed image.
|
--xz -- Export a ZFS jail using XZ(.xz) compressed image.
|
||||||
|
|
||||||
|
Tip: If no option specified, container should be exported to standard output.
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -42,6 +42,8 @@ usage() {
|
|||||||
-f | --force -- Force an archive import regardless if the checksum file does not match or missing.
|
-f | --force -- Force an archive import regardless if the checksum file does not match or missing.
|
||||||
-v | --verbose -- Be more verbose during the ZFS receive operation.
|
-v | --verbose -- Be more verbose during the ZFS receive operation.
|
||||||
|
|
||||||
|
Tip: If no option specified, container should be imported from standard input.
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user