Skip to content

Commit 5e8c3f8

Browse files
authored
Merge pull request #698 from 8sd/patch-1
Fix formatting issue
2 parents ddab1a0 + d950e3c commit 5e8c3f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/self-hosted/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Options:
4242
--cert <value>
4343
--cert-key <value>
4444
-e, --extensions-dir <dir> Set the root path for extensions.
45-
-d --user-data-dir <dir> Specifies the directory that user data is kept in, useful when running as root.
45+
-d, --user-data-dir <dir> Specifies the directory that user data is kept in, useful when running as root.
4646
--data-dir <value> DEPRECATED: Use '--user-data-dir' instead. Customize where user-data is stored.
4747
-h, --host <value> Customize the hostname. (default: "0.0.0.0")
4848
-o, --open Open in the browser on startup.

packages/server/src/cli.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ commander.version(process.env.VERSION || "development")
2828
.option("-e, --extensions-dir <dir>", "Override the main default path for user extensions.")
2929
.option("--extra-extensions-dir [dir]", "Path to an extra user extension directory (repeatable).", collect, [])
3030
.option("--extra-builtin-extensions-dir [dir]", "Path to an extra built-in extension directory (repeatable).", collect, [])
31-
.option("-d --user-data-dir <dir>", "Specifies the directory that user data is kept in, useful when running as root.")
31+
.option("-d, --user-data-dir <dir>", "Specifies the directory that user data is kept in, useful when running as root.")
3232
.option("--data-dir <value>", "DEPRECATED: Use '--user-data-dir' instead. Customize where user-data is stored.")
3333
.option("-h, --host <value>", "Customize the hostname.", "0.0.0.0")
3434
.option("-o, --open", "Open in the browser on startup.", false)

0 commit comments

Comments
 (0)