mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-03 19:23:42 +01:00
basic spacing fixes for help commands
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import
|
||||
======
|
||||
|
||||
Import a container backup image or archive.
|
||||
Import a jail backup image or archive.
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
@@ -16,11 +16,12 @@ To import to a specified release, specify it as the last argument.
|
||||
|
||||
ishmael ~ # bastille import help
|
||||
Usage: bastille import [option(s)] FILE [RELEASE]
|
||||
Options:
|
||||
|
||||
-f | --force Force an archive import regardless if the checksum file does not match or missing.
|
||||
-M | --static-mac Generate static MAC for jail when importing foreign jails like iocage.
|
||||
-v | --verbose Be more verbose during the ZFS receive operation.
|
||||
-x | --debug Enable debug mode.
|
||||
Options:
|
||||
|
||||
-f | --force Force an archive import regardless if the checksum file does not match or missing.
|
||||
-M | --static-mac Generate static MAC for jail when importing foreign jails like iocage.
|
||||
-v | --verbose Be more verbose during the ZFS receive operation.
|
||||
-x | --debug Enable debug mode.
|
||||
|
||||
Tip: If no option specified, container should be imported from standard input.
|
||||
Reference in New Issue
Block a user