scripts/run-cbt.sh: correct script option usage

Signed-off-by: Changcheng Liu <changcheng.liu@aliyun.com>
This commit is contained in:
Changcheng Liu 2020-06-02 09:55:41 +08:00
parent 9442abd152
commit eb8aab1f81

View File

@ -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