basic spacing fixes for help commands

This commit is contained in:
tschettervictor
2025-05-18 17:16:17 -06:00
parent 8f33850310
commit b040474bf5
51 changed files with 260 additions and 232 deletions

View File

@@ -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.