From b7a176d01087b34dfda6edb4cb4145df7fb333d6 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sat, 17 May 2025 11:22:42 -0600 Subject: [PATCH] docs: Targeting typos --- docs/chapters/targeting.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/chapters/targeting.rst b/docs/chapters/targeting.rst index b5f31f48..faf7abd4 100644 --- a/docs/chapters/targeting.rst +++ b/docs/chapters/targeting.rst @@ -42,15 +42,11 @@ Any command that supports multiple targets, also supports parallel mode. This me Bastille will run the command on multiple jails at a single time, depending on the value given. - -To use parallel mode, run ``bastille -p 4 pkg ALL update``, for exapmle, to start -updating pacakges in all jails, 4 processes at a time. +To use parallel mode, run ``bastille -p 4 pkg ALL update``, for example, to start +updating packages in all jails, 4 processes at a time. Note that the ``-p`` option should follow the main ``bastille`` command, and not the sub-command. -To run an unlimited number of processes, simply set this value to 0 when running -a command. - Examples: Containers --------------------