Skip to content

Commit

Permalink
PR feedback: Simplify "zed init" doc
Browse files Browse the repository at this point in the history
Co-authored-by: Noah Treuhaft <[email protected]>
  • Loading branch information
philrz and nwt authored Oct 23, 2023
1 parent c29abb2 commit 718889a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/commands/zed.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 718889a

Please sign in to comment.