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