Replace some [BR] in help texts with rst literals
[alexxy/gromacs.git] / src / gromacs / commandline / cmdlinehelpmodule.cpp
index 78903210dc785edc1955b9d6b7d584e859152ad6..383bdb971ab071ea2549196c4360dff5bddb4721 100644 (file)
@@ -171,9 +171,8 @@ void RootHelpTopic::writeHelp(const HelpWriterContext &context) const
     // to determine such a set...
     writeSubTopicList(context,
                       "Additional help is available on the following topics:");
-    context.writeTextBlock(
-            "To access the help, use '[PROGRAM] help <topic>'.[BR]"
-            "For help on a command, use '[PROGRAM] help <command>'.");
+    context.writeTextBlock("To access the help, use '[PROGRAM] help <topic>'.");
+    context.writeTextBlock("For help on a command, use '[PROGRAM] help <command>'.");
 }
 
 /********************************************************************