From 0596b9944c6c8ee784331c97a3959e2dcac4fa51 Mon Sep 17 00:00:00 2001 From: Avinash Sonawane Date: Fri, 21 May 2021 19:58:13 +0000 Subject: [PATCH] Docs: Remove --watch-only flag (#1468) --- docs/content/documentation/getting-started/cli-usage.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/content/documentation/getting-started/cli-usage.md b/docs/content/documentation/getting-started/cli-usage.md index 1cc25ddc..13f039ce 100644 --- a/docs/content/documentation/getting-started/cli-usage.md +++ b/docs/content/documentation/getting-started/cli-usage.md @@ -75,8 +75,6 @@ You can also specify different addresses for the interface and base_url using `- Use the `--open` flag to automatically open the locally hosted instance in your web browser. -In the event you don't want Zola to run a local web server, you can use the `--watch-only` flag. - Before starting, Zola will delete the `public` directory to start from a clean slate. ```bash @@ -86,7 +84,6 @@ $ zola serve --interface 0.0.0.0 $ zola serve --interface 0.0.0.0 --port 2000 $ zola serve --interface 0.0.0.0 --base-url 127.0.0.1 $ zola serve --interface 0.0.0.0 --port 2000 --output-dir www/public -$ zola serve --watch-only $ zola serve --open ```