Index: blimp/docs/running.md |
diff --git a/blimp/docs/running.md b/blimp/docs/running.md |
index bb92199f03f870a4c83f989f2bfe6bfed4738e55..8accd3ee93290bbe5b39b48948c8242b50662bd3 100644 |
--- a/blimp/docs/running.md |
+++ b/blimp/docs/running.md |
@@ -100,8 +100,6 @@ |
compositor. |
* `--disable-cached-picture-raster`: Ensures that rasterized content is not |
destroyed before serialization. |
-* `--android-fonts-path=$PATH`: Path to where the fonts are located. |
- Typically this would be `out-linux/Debug/gen/third_party/blimp_fonts`. |
#### Typical invocation |
When the client connects to a manually specified engine instead of using the |
@@ -124,7 +122,6 @@ |
--disable-cached-picture-raster \ |
--blimp-client-token-path=/tmp/blimpengine-token \ |
--user-data-dir=/tmp/blimpengine \ |
- --android-fonts-path=out-linux/Debug/gen/third_party/blimp_fonts \ |
--enable-logging=stderr \ |
--vmodule="blimp*=1" |
``` |