]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: main: remove extra new lines when generating help
authorAlfredo Deza <adeza@redhat.com>
Tue, 27 Jun 2017 17:03:34 +0000 (13:03 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 4 Aug 2017 14:25:57 +0000 (10:25 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
src/ceph-volume/ceph_volume/main.py

index 25d8b9acae1074cd767e26ffcadb5fe7d86a13d7..35950cdc77adf6bd920ff4636c4d715cd07e73af 100644 (file)
@@ -41,7 +41,7 @@ Log Path: {log_path}
             version=ceph_volume.__version__,
             log_path=ceph_volume.config.get('log_path'),
             plugins=self.plugin_help,
-            sub_help=sub_help,
+            sub_help=sub_help.strip('\n'),
             environ_vars=self.get_environ_vars()
         )