Skip to content

Commit

Permalink
Fix documentation of option :stderr_to_stdout for System.cmd (#13597)
Browse files Browse the repository at this point in the history
  • Loading branch information
JBraungardt committed May 24, 2024
1 parent 43788c0 commit 5957b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir/lib/system.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@ defmodule System do
* `:arg0` - sets the command arg0
* `:stderr_to_stdout` - redirects stderr to stdout when `true`, no effect
if `use_stdio` is `false``.
if `use_stdio` is `false`.
* `:use_stdio` - `true` by default, setting it to false allows direct
interaction with the terminal from the callee
Expand Down

0 comments on commit 5957b0b

Please sign in to comment.