Skip to content

Commit

Permalink
Merge pull request #7758 from dachary/wip-ceph-disk-prepare-help
Browse files Browse the repository at this point in the history
ceph-disk: fix prepare --help

Reviewed-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Feb 23, 2016
2 parents 0ae120d + 4a61793 commit dd17b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ceph-disk/ceph_disk/main.py
Expand Up @@ -1867,7 +1867,7 @@ def parser(name):
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
Expand Down

0 comments on commit dd17b51

Please sign in to comment.