Merge pull request #1442 from BastilleBSD/tschettervictor-patch-2

This commit is contained in:
tschettervictor
2025-12-30 20:50:28 -07:00
committed by GitHub
2 changed files with 16 additions and 16 deletions

View File

@@ -16,11 +16,11 @@ port by supplying it as in ``user@host:port``.
Options:
-a | --auto Auto mode. Start/stop jail(s) if required.
-b | --backup Keep archives on remote system.
-d | --destroy Destroy local jail after migration.
| --doas Use 'doas' instead of 'sudo'.
-k | --keyfile Specify an alternative private keyfile name. Must be in '~/.ssh'
-l | --live Migrate a running jail (ZFS only).
-p | --password Use password based authentication.
-x | --debug Enable debug mode.
-a | --auto Auto mode. Start/stop jail(s) if required.
-b | --backup Keep archives on remote system.
-d | --destroy Destroy local jail after migration.
| --doas Use 'doas' instead of 'sudo'.
-k | --keyfile FILE Specify an alternative private keyfile name. Must be in '~/.ssh'
-l | --live Migrate a running jail (ZFS only).
-p | --password Use password based authentication.
-x | --debug Enable debug mode.

View File

@@ -38,14 +38,14 @@ usage() {
Options:
-a | --auto Auto mode. Start/stop jail(s) if required.
-b | --backup Keep archives on remote system.
-d | --destroy Destroy local jail after migration.
| --doas Use 'doas' instead of 'sudo'.
-k | --keyfile Specify an alternative private keyfile name. Must be in '~/.ssh'.
-l | --live Migrate a running jail (ZFS only).
-p | --password Use password based authentication.
-x | --debug Enable debug mode.
-a | --auto Auto mode. Start/stop jail(s) if required.
-b | --backup Keep archives on remote system.
-d | --destroy Destroy local jail after migration.
| --doas Use 'doas' instead of 'sudo'.
-k | --keyfile FILE Specify an alternative private keyfile name. Must be in '~/.ssh'.
-l | --live Migrate a running jail (ZFS only).
-p | --password Use password based authentication.
-x | --debug Enable debug mode.
EOF
exit 1