diff options
Diffstat (limited to 'docs/manifest-format.md')
-rw-r--r-- | docs/manifest-format.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manifest-format.md b/docs/manifest-format.md index 93d9b960..a39f97e8 100644 --- a/docs/manifest-format.md +++ b/docs/manifest-format.md | |||
@@ -338,7 +338,7 @@ It's just like copyfile and runs at the same time as copyfile but | |||
338 | instead of copying it creates a symlink. | 338 | instead of copying it creates a symlink. |
339 | 339 | ||
340 | The symlink is created at "dest" (relative to the top of the tree) and | 340 | The symlink is created at "dest" (relative to the top of the tree) and |
341 | points to the path specified by "src". | 341 | points to the path specified by "src" which is a path in the project. |
342 | 342 | ||
343 | Parent directories of "dest" will be automatically created if missing. | 343 | Parent directories of "dest" will be automatically created if missing. |
344 | 344 | ||