diff --git a/docs/chapters/subcommands/clone.rst b/docs/chapters/subcommands/clone.rst index 22a2dc17..27821e44 100644 --- a/docs/chapters/subcommands/clone.rst +++ b/docs/chapters/subcommands/clone.rst @@ -14,4 +14,10 @@ Syntax requires a name for the new container and an IP address assignment. .. code-block:: shell - Usage: bastille clone [TARGET] [NEW_NAME] [IPADDRESS]. + ishmael ~ # bastille clone help + Usage: bastille clone [option(s)] TARGET NEW_NAME IP_ADDRESS + Options: + + -a | --auto Auto mode. Start/stop jail(s) if required. Cannot be used with [-l|--live]. + -l | --live Clone a running jail. ZFS only. Jail must be running. Cannot be used with [-a|--auto]. + -x | --debug Enable debug mode.