From eb8aab1f81b6cb8ae7d11e66ca0d1715108a8af4 Mon Sep 17 00:00:00 2001 From: Changcheng Liu Date: Tue, 2 Jun 2020 09:55:41 +0800 Subject: [PATCH] scripts/run-cbt.sh: correct script option usage Signed-off-by: Changcheng Liu --- src/script/run-cbt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/run-cbt.sh b/src/script/run-cbt.sh index e7feda30803..f238cac7d1f 100755 --- a/src/script/run-cbt.sh +++ b/src/script/run-cbt.sh @@ -10,7 +10,7 @@ usage: options: -a,--archive-dir directory in which the test result is stored, default to $PWD/cbt-archive --build-dir directory where CMakeCache.txt is located, default to $PWD - --cbt-dir directory of cbt if you have already a copy of it. ceph/cbt:master will be cloned from github if not specified + --cbt directory of cbt if you have already a copy of it. ceph/cbt:master will be cloned from github if not specified -h,--help print this help message --source-dir the path to the top level of Ceph source tree, default to $PWD/.. --use-existing do not setup/teardown a vstart cluster for testing -- 2.39.5