From feef1da23998f487b0fba90d27e5af5cc6a1f1b9 Mon Sep 17 00:00:00 2001 From: yikeke Date: Tue, 23 Jun 2020 18:35:03 +0800 Subject: [PATCH 1/3] Create tiflash-command-line-flags.md --- tiflash/tiflash-command-line-flags.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tiflash/tiflash-command-line-flags.md diff --git a/tiflash/tiflash-command-line-flags.md b/tiflash/tiflash-command-line-flags.md new file mode 100644 index 0000000000000..7882d06be74c0 --- /dev/null +++ b/tiflash/tiflash-command-line-flags.md @@ -0,0 +1,15 @@ +--- +title: TiFlash Command Line Flags +summary: Learn the command line startup flags of TiFlash. +category: reference +--- + +# TiFlash Command Line Flags + +This document introduces the command line flags that you can use when you launch TiFlash. + +## `server --config-file` + ++ Specifies the path of the TiFlash configuration file ++ Default: "" ++ You must specify the configuration file. For detailed configuration items, refer to [TiFlash configuration parameters](/tiflash/tiflash-configuration.md). From 0a97f6ee8b32c53448efde61dc1b4917702b91a5 Mon Sep 17 00:00:00 2001 From: yikeke Date: Tue, 23 Jun 2020 18:37:37 +0800 Subject: [PATCH 2/3] Update TOC.md --- TOC.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TOC.md b/TOC.md index c9e469081bd06..6520b1b001301 100644 --- a/TOC.md +++ b/TOC.md @@ -391,6 +391,7 @@ + Command Line Flags + [tidb-server](/command-line-flags-for-tidb-configuration.md) + [tikv-server](/command-line-flags-for-tikv-configuration.md) + + [tiflash-server](/tiflash/tiflash-command-line-flags.md) + [pd-server](/command-line-flags-for-pd-configuration.md) + Configuration File Parameters + [tidb-server](/tidb-configuration-file.md) From c04536b8cd0c3e900a97b891994ad0ab85c0481e Mon Sep 17 00:00:00 2001 From: Keke Yi <40977455+yikeke@users.noreply.github.com> Date: Wed, 24 Jun 2020 12:24:03 +0800 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com> --- tiflash/tiflash-command-line-flags.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tiflash/tiflash-command-line-flags.md b/tiflash/tiflash-command-line-flags.md index 7882d06be74c0..93d51d3e2ac60 100644 --- a/tiflash/tiflash-command-line-flags.md +++ b/tiflash/tiflash-command-line-flags.md @@ -1,12 +1,12 @@ --- -title: TiFlash Command Line Flags -summary: Learn the command line startup flags of TiFlash. +title: TiFlash Command-line Flags +summary: Learn the command-line startup flags of TiFlash. category: reference --- -# TiFlash Command Line Flags +# TiFlash Command-line Flags -This document introduces the command line flags that you can use when you launch TiFlash. +This document introduces the command-line flags that you can use when you launch TiFlash. ## `server --config-file`