clarify documentation about variable substituion
This commit is contained in:
parent
af68593179
commit
7bda9b1255
1 changed files with 1 additions and 1 deletions
|
@ -609,7 +609,7 @@ impl Command {
|
|||
///
|
||||
/// Note that the argument is not passed through a shell, but given
|
||||
/// literally to the program. This means that shell syntax like quotes,
|
||||
/// escaped characters, word splitting, glob patterns, substitution, etc.
|
||||
/// escaped characters, word splitting, glob patterns, variable substitution, etc.
|
||||
/// have no effect.
|
||||
///
|
||||
/// # Examples
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue