Skip to content

Commit 50b7298

Browse files
authored
Revert CLI reference to match what the CLI outputs (#317)
[bfops/revert-docs]: revert Co-authored-by: Zeke Foppa <[email protected]>
1 parent 7f23dbe commit 50b7298

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/cli-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This document contains the help content for the `spacetime` command-line program
5454
* `logout`
5555
* `init` — Initializes a new spacetime project. WARNING: This command is UNSTABLE and subject to breaking changes.
5656
* `build` — Builds a spacetime module.
57-
* `server` — Manage the connection to the SpacetimeDB database server. WARNING: This command is UNSTABLE and subject to breaking changes.
57+
* `server` — Manage the connection to the SpacetimeDB server. WARNING: This command is UNSTABLE and subject to breaking changes.
5858
* `subscribe` — Subscribe to SQL queries on the database. WARNING: This command is UNSTABLE and subject to breaking changes.
5959
* `start` — Start a local SpacetimeDB instance
6060
* `version` — Manage installed spacetime versions
@@ -83,7 +83,7 @@ Run `spacetime help publish` for more detailed information.
8383

8484
###### <b>Options:</b>
8585

86-
* `-c`, `--delete-data` — When publishing to an existing database identity, first DESTROY all data associated with the database
86+
* `-c`, `--delete-data` — When publishing to an existing database identity, first DESTROY all data associated with the module
8787
* `--build-options <BUILD_OPTIONS>` — Options to pass to the build command, for example --build-options='--lint-dir='
8888

8989
Default value: ``
@@ -391,7 +391,7 @@ Builds a spacetime module.
391391

392392
## spacetime server
393393

394-
Manage the connection to the SpacetimeDB database server. WARNING: This command is UNSTABLE and subject to breaking changes.
394+
Manage the connection to the SpacetimeDB server. WARNING: This command is UNSTABLE and subject to breaking changes.
395395

396396
**Usage:** `spacetime server
397397
server <COMMAND>`

0 commit comments

Comments
 (0)