Merge pull request #2822 from slimandslam/patch-3
Make it clear that the dest path delimiters must be escaped
This commit is contained in:
commit
7a2cb3ad24
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ options:
|
||||||
aliases: [ name, destfile ]
|
aliases: [ name, destfile ]
|
||||||
description:
|
description:
|
||||||
- The path of the file to modify.
|
- The path of the file to modify.
|
||||||
|
- Note that the Windows path delimiter '\' must be escaped as '\\' (see examples below)
|
||||||
regexp:
|
regexp:
|
||||||
required: false
|
required: false
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue