From fc25b333dca702208c60a125cb4bb86af503c3af Mon Sep 17 00:00:00 2001 From: Illia Poplawski Date: Wed, 17 Apr 2019 19:46:23 -0400 Subject: [PATCH 1/3] Remove -h flag for help information --- 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 4a8934cbbc6f..95f17b054d5c 100644 --- a/doc/self-hosted/index.md +++ b/doc/self-hosted/index.md @@ -52,7 +52,7 @@ Options: -H, --allow-http Allow http connections. -P, --password Specify a password for authentication. --disable-telemetry Disables ALL telemetry. - -h, --help output usage information + --help output usage information ``` ### Data Directory From a65e2c203fb1ae715152e33c539d08b87b4ccd50 Mon Sep 17 00:00:00 2001 From: Illia Poplawski Date: Wed, 17 Apr 2019 19:47:30 -0400 Subject: [PATCH 2/3] Add tab after removing -h option --- 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 95f17b054d5c..996aa701c04b 100644 --- a/doc/self-hosted/index.md +++ b/doc/self-hosted/index.md @@ -52,7 +52,7 @@ Options: -H, --allow-http Allow http connections. -P, --password Specify a password for authentication. --disable-telemetry Disables ALL telemetry. - --help output usage information + --help output usage information ``` ### Data Directory From eb43a94a8d5968875001437db39febcca9987aff Mon Sep 17 00:00:00 2001 From: Illia Poplawski Date: Wed, 17 Apr 2019 19:48:31 -0400 Subject: [PATCH 3/3] Remove spaces after --user-data-dir option to line up with other menu items --- 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 996aa701c04b..9f73cd47543f 100644 --- a/doc/self-hosted/index.md +++ b/doc/self-hosted/index.md @@ -43,7 +43,7 @@ Options: --cert --cert-key -e, --extensions-dir Set the root path for extensions. - -d --user-data-dir Specifies the directory that user data is kept in, useful when running as root. + -d --user-data-dir Specifies the directory that user data is kept in, useful when running as root. --data-dir DEPRECATED: Use '--user-data-dir' instead. Customize where user-data is stored. -h, --host Customize the hostname. (default: "0.0.0.0") -o, --open Open in the browser on startup.