From ba81c1428ea563f8fff95fdc112714089382d180 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Fri, 18 Nov 2022 03:29:46 +0000 Subject: [PATCH] docs: fix typo in diagnose.md ouput -> output Signed-off-by: Ikko Ashimine --- docs/en/maintain/diagnose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/maintain/diagnose.md b/docs/en/maintain/diagnose.md index 15e735438..d95dd09aa 100644 --- a/docs/en/maintain/diagnose.md +++ b/docs/en/maintain/diagnose.md @@ -74,7 +74,7 @@ There are some advanced options can be specified as below: - --log_dir: Specific the output dir. It will print to stdout if not set - --env: If the cluster is started with `start-all.sh` script, `onebox` should be setted. -For instance, we can check `conf` only and print the ouput to local dir as below: +For instance, we can check `conf` only and print the output to local dir as below: ``` openmldb_tool --dist_conf=/tmp/cluster_dist.yml --check=conf --log_dir=./ ``` -- Gitee