]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: batch: fix argument help message
authorJan Fajerski <jfajerski@suse.com>
Wed, 26 Feb 2020 14:36:53 +0000 (15:36 +0100)
committerJan Fajerski <jfajerski@suse.com>
Fri, 2 Oct 2020 07:46:24 +0000 (09:46 +0200)
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
(cherry picked from commit 51ca694bbe1552fd52b0385c43aad7e28fc5626f)

src/ceph-volume/ceph_volume/devices/lvm/batch.py

index 4657b0deca7a2f0b3fd9925d34e224f8f784bd9a..4f9db9b996b9275d5b6bcde5361d901b47c86698 100644 (file)
@@ -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',