]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-disk: fix prepare --help 7758/head
authorLoic Dachary <ldachary@redhat.com>
Tue, 23 Feb 2016 09:39:48 +0000 (16:39 +0700)
committerLoic Dachary <ldachary@redhat.com>
Tue, 23 Feb 2016 11:56:07 +0000 (18:56 +0700)
Signed-off-by: Loic Dachary <loic@dachary.org>
src/ceph-disk/ceph_disk/main.py

index 4f0f9e1362b9bb6ae17259d88c4d1eecaf565573..b36112ddf512af1539a9205bfcea51125a9132b6 100755 (executable)
@@ -1867,7 +1867,7 @@ class PrepareSpace(object):
             name,
             metavar=name.upper(),
             nargs='?',
-            help=('path to OSD %s disk block device;' % name,
+            help=('path to OSD %s disk block device;' % name +
                   ' leave out to store %s in file' % name),
         )
         return parser