Merge pull request #1069 from BastilleBSD/tschettervictor-patch-1

service: Typo
This commit is contained in:
tschettervictor
2025-05-16 12:45:15 -06:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ inside the jail(s).
.. code-block:: shell
ishmael ~ # bastille service help
Usage: bastille service [options(s)] TARGET SERVICE_NAME ACTION
Usage: bastille service [option(s)] TARGET SERVICE_NAME ACTION
Options:
-a | --auto Auto mode. Start/stop jail(s) if required.

View File

@@ -33,7 +33,7 @@
. /usr/local/share/bastille/common.sh
usage() {
error_notify "Usage: bastille service [options(s)] TARGET SERVICE_NAME ACTION"
error_notify "Usage: bastille service [option(s)] TARGET SERVICE_NAME ACTION"
cat << EOF
Options:
@@ -108,4 +108,4 @@ for _jail in ${JAILS}; do
bastille_running_jobs "${bastille_process_limit}"
done
wait
wait