File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ environment variable. We first document the most relevant and most commonly used
311
311
* `-Zmiri-env-forward=<var>` forwards the `var` environment variable to the interpreted program. Can
312
312
be used multiple times to forward several variables. Execution will still be deterministic if the
313
313
value of forwarded variables stays the same. Has no effect if `-Zmiri-disable-isolation` is set.
314
- * `-Zmiri-env-set=<var>=<value>` sets the `var` environment variable to `value` in the interpreted.
314
+ * `-Zmiri-env-set=<var>=<value>` sets the `var` environment variable to `value` in the interpreted program .
315
315
It can be used to pass environment variables without needing to alter the host environment. It can
316
316
be used multiple times to set several variables. If `-Zmiri-disable-isolation` or `-Zmiri-env-forward`
317
317
is set, values set with this option will have priority over values from the host environment.
You can’t perform that action at this time.
0 commit comments