aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-04-04 13:07:37 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-04-04 13:07:37 -0700
commiteb27d029f4e72d361134611bdc79d99f6f76b202 (patch)
treee3ad0501abdab2909dfd04aa1cd6592835f4011a
parentebf1fff6a76d62a1abe62245c21a0d4d23664f01 (diff)
downloadvcpkg-eb27d029f4e72d361134611bdc79d99f6f76b202.tar.gz
vcpkg-eb27d029f4e72d361134611bdc79d99f6f76b202.zip
[vcpkg-docs] Fix references to --purge.
-rw-r--r--docs/example-3-patch-libpng.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/example-3-patch-libpng.md b/docs/example-3-patch-libpng.md
index cc963cbfc..a47a2626a 100644
--- a/docs/example-3-patch-libpng.md
+++ b/docs/example-3-patch-libpng.md
@@ -160,10 +160,10 @@ vcpkg_configure_cmake(
### Verification
-To be completely sure this works from scratch, we need to purge the package:
+To be completely sure this works from scratch, we need to remove the package and rebuild it:
```
-PS D:\src\vcpkg> vcpkg remove --purge libpng:x86-uwp
+PS D:\src\vcpkg> vcpkg remove libpng:x86-uwp
Package libpng:x86-uwp was successfully removed
```
and delete the building directory: D:\src\vcpkg\buildtrees\libpng