From 5f17afe7d6e2ce961421e6298963f607d5a03b9a Mon Sep 17 00:00:00 2001 From: bastigw Date: Wed, 8 May 2019 15:10:03 +0200 Subject: [PATCH] Updated Data Directory Flag Old Version contained a deprecated flag --- doc/self-hosted/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/self-hosted/index.md b/doc/self-hosted/index.md index 45dab39fe022..008aac3b622f 100644 --- a/doc/self-hosted/index.md +++ b/doc/self-hosted/index.md @@ -56,7 +56,7 @@ Options: ``` ### Data Directory - Use `code-server -d (path/to/directory)` or `code-server --data-dir=(path/to/directory)`, excluding the parentheses to specify the root folder that VS Code will start in. + Use `code-server -d (path/to/directory)` or `code-server --user-data-dir=(path/to/directory)`, excluding the parentheses to specify the root folder that VS Code will start in. ### Host By default, code-server will use `0.0.0.0` as its address. This can be changed by using `code-server -h` or `code-server --host=` followed by the address you want to use.