]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: update help text for ceph-volume lvm zap
authorAndrew Schoen <aschoen@redhat.com>
Thu, 19 Oct 2017 19:59:26 +0000 (14:59 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Fri, 27 Oct 2017 16:15:44 +0000 (11:15 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
src/ceph-volume/ceph_volume/devices/lvm/zap.py

index 2c5c9836f330e7754d450b2d54339260069d0add..79db8c55331826f52c18b800e841da3589f30ce8 100644 (file)
@@ -40,7 +40,7 @@ def zap_data(path):
 
 class Zap(object):
 
-    help = 'Destroy a logical volume or partition.'
+    help = 'Removes all data and filesystems from a logical volume or partition.'
 
     def __init__(self, argv):
         self.argv = argv
@@ -70,7 +70,7 @@ class Zap(object):
     def main(self):
         sub_command_help = dedent("""
         Zaps the given logical volume or partition. If given a path to a logical
-        volume it must be in the format of vg name/lv name. Any filesystems present
+        volume it must be in the format of vg/lv. Any filesystems present
         on the given lv or partition will be removed and all data will be purged.
 
         However, the lv or partition will be kept intact.