Be more specific with export/import command options

This commit is contained in:
JRGTH
2021-07-14 15:02:12 -04:00
parent e564d50b2c
commit f39168b9c2
2 changed files with 4 additions and 0 deletions

View File

@@ -49,6 +49,8 @@ usage() {
-v | --verbose -- Be more verbose during the ZFS send operation.
--xz -- Export a ZFS jail using XZ(.xz) compressed image.
Tip: If no option specified, container should be exported to standard output.
EOF
exit 1
}

View File

@@ -42,6 +42,8 @@ usage() {
-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.
Tip: If no option specified, container should be imported from standard input.
EOF
exit 1
}