Skip to content

Commit

Permalink
Be more specific with export/import command options
Browse files Browse the repository at this point in the history
  • Loading branch information
JRGTH committed Jul 14, 2021
1 parent e564d50 commit f39168b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions usr/local/share/bastille/export.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 2 additions & 0 deletions usr/local/share/bastille/import.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit f39168b

Please sign in to comment.