Replace some [BR] in help texts with rst literals
[alexxy/gromacs.git] / src / gromacs / commandline / cmdlinehelpwriter.cpp
index 85536ba8a01990e3921bb6881d1bf0fbcdd9fde0..06dfbd53d5b26429b08ae34b887e4a7fbd2cb5d7 100644 (file)
@@ -497,6 +497,7 @@ class OptionsListFormatter : public OptionsFormatterInterface
                 if (header_ != NULL)
                 {
                     context_.writeTextBlock(header_);
+                    context_.writeTextBlock("");
                 }
                 context_.writeOptionListStart();
             }