docs: Reorder boot and priority + minor fixes

This commit is contained in:
tschettervictor
2025-04-20 12:57:43 -06:00
parent 1c8505af4a
commit 6863e6e3b7
10 changed files with 66 additions and 55 deletions

View File

@@ -19,6 +19,6 @@ Restart jail(s).
Options:
-b | --boot Respect jail boot setting.
-d | --delay VALUE Time (seconds) to wait after starting/stopping jail(s).
-d | --delay VALUE Time (seconds) to wait after starting each jail.
-v | --verbose Print every action on jail start.
-x | --debug Enable debug mode.

View File

@@ -16,6 +16,6 @@ Start jail(s).
Options:
-b | --boot Respect jail boot setting.
-d | --delay VALUE Time (seconds) to wait after starting jail(s).
-d | --delay VALUE Time (seconds) to wait after starting each jail.
-v | --verbose Print every action on jail start.
-x | --debug Enable debug mode.

View File

@@ -16,6 +16,5 @@ Stop jail(s).
Options:
-b | --boot Respect jail boot setting.
-d | --delay VALUE Time (seconds) to wait after stopping jail(s).
-v | --verbose Print every action on jail stop.
-x | --debug Enable debug mode.