aboutsummaryrefslogtreecommitdiff
path: root/docs/maintainers/vcpkg_replace_string.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/maintainers/vcpkg_replace_string.md')
-rw-r--r--docs/maintainers/vcpkg_replace_string.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/maintainers/vcpkg_replace_string.md b/docs/maintainers/vcpkg_replace_string.md
index 179b8a08d..967dd3c01 100644
--- a/docs/maintainers/vcpkg_replace_string.md
+++ b/docs/maintainers/vcpkg_replace_string.md
@@ -5,9 +5,8 @@ The latest version of this document lives in the [vcpkg repo](https://github.com
Replace a string in a file.
```cmake
-vcpkg_replace_string(filename match_string replace_string)
+vcpkg_replace_string(<filename> <match> <replace>)
```
-
## Source
[scripts/cmake/vcpkg\_replace\_string.cmake](https://github.com/Microsoft/vcpkg/blob/master/scripts/cmake/vcpkg_replace_string.cmake)