From: Jan Fajerski Date: Wed, 26 Feb 2020 14:36:53 +0000 (+0100) Subject: ceph-volume: batch: fix argument help message X-Git-Tag: v16.1.0~950^2~30 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=51ca694bbe1552fd52b0385c43aad7e28fc5626f;p=ceph.git ceph-volume: batch: fix argument help message Signed-off-by: Jan Fajerski --- 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',