mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
fixed minor mistake in 'config file-format' ReadMe
One of the given examples for the renaming "-->" was wrong
This commit is contained in:
parent
e69b55b349
commit
c92b4af3bb
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ path matches `SOURCE`, it is renamed to `TARGET`.
|
||||||
Example: `foo/bar --> baz`
|
Example: `foo/bar --> baz`
|
||||||
- Doesn't match `foo`, `a/foo/bar` or `foo/baz`
|
- Doesn't match `foo`, `a/foo/bar` or `foo/baz`
|
||||||
- Converts `foo/bar` into `baz`
|
- Converts `foo/bar` into `baz`
|
||||||
- Converts `foo/bar/wargl` into `bar/wargl`
|
- Converts `foo/bar/wargl` into `baz/wargl`
|
||||||
|
|
||||||
Example: `foo/bar --> !`
|
Example: `foo/bar --> !`
|
||||||
- Doesn't match `foo`, `a/foo/bar` or `foo/baz`
|
- Doesn't match `foo`, `a/foo/bar` or `foo/baz`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue