From: Changcheng Liu Date: Tue, 2 Jun 2020 01:55:41 +0000 (+0800) Subject: scripts/run-cbt.sh: correct script option usage X-Git-Tag: v16.1.0~2195^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eb8aab1f81b6cb8ae7d11e66ca0d1715108a8af4;p=ceph.git scripts/run-cbt.sh: correct script option usage Signed-off-by: Changcheng Liu --- diff --git a/src/script/run-cbt.sh b/src/script/run-cbt.sh index e7feda308038..f238cac7d1fb 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