From 718889ac9af8a5d0da5678323c9408c4ca5ea8c4 Mon Sep 17 00:00:00 2001 From: Phil Rzewski Date: Mon, 23 Oct 2023 12:11:10 -0700 Subject: [PATCH] PR feedback: Simplify "zed init" doc Co-authored-by: Noah Treuhaft --- docs/commands/zed.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/commands/zed.md b/docs/commands/zed.md index e73a5c43e0..a27e176305 100644 --- a/docs/commands/zed.md +++ b/docs/commands/zed.md @@ -433,8 +433,8 @@ without confirmation. zed init [path] ``` A new lake is initialized with the `init` command. The `path` argument -is a [storage path](#storage-layer) and is optional. If not present, a path -is determined by attempting to automatically [locate the lake](#locating-the-lake). +is a [storage path](#storage-layer) and is optional. If not present, the path +is [determined automatically](#locating-the-lake). If the lake already exists, `init` reports an error and does nothing.