From cbb96b5d261666a60e35b3f10c4637a34d441f3b Mon Sep 17 00:00:00 2001 From: Jan Fajerski Date: Wed, 26 Feb 2020 15:36:53 +0100 Subject: [PATCH] ceph-volume: batch: fix argument help message Signed-off-by: Jan Fajerski (cherry picked from commit 51ca694bbe1552fd52b0385c43aad7e28fc5626f) --- src/ceph-volume/ceph_volume/devices/lvm/batch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ceph-volume/ceph_volume/devices/lvm/batch.py b/src/ceph-volume/ceph_volume/devices/lvm/batch.py index 4657b0deca7a..4f9db9b996b9 100644 --- a/src/ceph-volume/ceph_volume/devices/lvm/batch.py +++ b/src/ceph-volume/ceph_volume/devices/lvm/batch.py @@ -191,7 +191,7 @@ class Batch(object): parser.add_argument( '--report', action='store_true', - help='Autodetect the objectstore by inspecting the OSD', + help='Only report on OSD that would be created and exit', ) parser.add_argument( '--yes', -- 2.47.3