@@ -142,14 +142,14 @@ data pipeline (e.g. random numbers, time functions, hardware dependency, etc.)
142142 determined by the logic described in the ` -f ` option) without asking for
143143 confirmation.
144144
145- - ` --ignore-build-cache ` - This options has an effect if an equivalent stage
146- file exists (same dependencies, outputs, and ` command ` to execute), that has
147- been already executed, and is up to date. In this case, ` dvc run ` won't
148- normally execute the ` command ` again. The exception is when the existing stage
149- is considered always changed (see ` --always-changed ` option). This option
150- gives a way to forcefully execute the ` command ` anyway. Useful if the
151- command's code is non-deterministic (meaning it produces different outputs
152- from the same list of inputs).
145+ - ` --ignore-build-cache ` - has an effect if an equivalent stage file exists
146+ (same dependencies, outputs, and ` command ` to execute), that has been already
147+ executed, and is up to date. In this case, ` dvc run ` won't normally execute
148+ the ` command ` again. The exception is when the existing stage is considered
149+ always changed (see ` --always-changed ` option). This option gives a way to
150+ forcefully execute the ` command ` anyway. Useful if the command's code is
151+ non-deterministic (meaning it produces different outputs from the same list of
152+ inputs).
153153
154154- ` --remove-outs ` (_ deprecated_ ) - remove stage outputs before executing the
155155 ` command ` . If ` --no-exec ` specified outputs are removed anyway. See
0 commit comments