Skip to content

Commit 0cd4e46

Browse files
illiapoplawskikylecarbs
authored andcommitted
Fix self hosted flags (#523)
* Remove -h flag for help information * Add tab after removing -h option * Remove spaces after --user-data-dir option to line up with other menu items
1 parent f51823b commit 0cd4e46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/self-hosted/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Options:
4343
--cert <value>
4444
--cert-key <value>
4545
-e, --extensions-dir <dir> Set the root path for extensions.
46-
-d --user-data-dir <dir> Specifies the directory that user data is kept in, useful when running as root.
46+
-d --user-data-dir <dir> Specifies the directory that user data is kept in, useful when running as root.
4747
--data-dir <value> DEPRECATED: Use '--user-data-dir' instead. Customize where user-data is stored.
4848
-h, --host <value> Customize the hostname. (default: "0.0.0.0")
4949
-o, --open Open in the browser on startup.
@@ -52,7 +52,7 @@ Options:
5252
-H, --allow-http Allow http connections.
5353
-P, --password <value> Specify a password for authentication.
5454
--disable-telemetry Disables ALL telemetry.
55-
-h, --help output usage information
55+
--help output usage information
5656
```
5757

5858
### Data Directory

0 commit comments

Comments
 (0)