mirror of
https://github.com/cdr/code-server.git
synced 2026-05-09 04:50:49 +02:00
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
This commit is contained in:
parent
f51823b51f
commit
0cd4e46055
1 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ Options:
|
||||||
-H, --allow-http Allow http connections.
|
-H, --allow-http Allow http connections.
|
||||||
-P, --password <value> Specify a password for authentication.
|
-P, --password <value> Specify a password for authentication.
|
||||||
--disable-telemetry Disables ALL telemetry.
|
--disable-telemetry Disables ALL telemetry.
|
||||||
-h, --help output usage information
|
--help output usage information
|
||||||
```
|
```
|
||||||
|
|
||||||
### Data Directory
|
### Data Directory
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue