mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-01 18:30:26 +01:00
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.
|
||||
--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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user