diff --git a/usr/local/share/bastille/export.sh b/usr/local/share/bastille/export.sh index 057906c2..f9d66721 100644 --- a/usr/local/share/bastille/export.sh +++ b/usr/local/share/bastille/export.sh @@ -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 } diff --git a/usr/local/share/bastille/import.sh b/usr/local/share/bastille/import.sh index f4c78ced..22eddc43 100644 --- a/usr/local/share/bastille/import.sh +++ b/usr/local/share/bastille/import.sh @@ -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 }