]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: remove extra space 21140/head
authorSébastien Han <seb@redhat.com>
Fri, 30 Mar 2018 13:46:45 +0000 (15:46 +0200)
committerSébastien Han <seb@redhat.com>
Fri, 30 Mar 2018 13:46:45 +0000 (15:46 +0200)
The space had 2 spaces instead of one.

Signed-off-by: Sébastien Han <seb@redhat.com>
src/ceph-volume/ceph_volume/devices/lvm/create.py

index 18c80657ec8d20a92872586fb3ce85c467de7b34..a05e206d4a42b9d8e3e508153043ef61d52dcc3c 100644 (file)
@@ -13,7 +13,7 @@ logger = logging.getLogger(__name__)
 
 class Create(object):
 
-    help = 'Create a new OSD from  an LVM device'
+    help = 'Create a new OSD from an LVM device'
 
     def __init__(self, argv):
         self.argv = argv