From 4eacc2a4eff6496dca3db058c5199b2cf5a0481b Mon Sep 17 00:00:00 2001
From: Gerardo Tauriello <gerardo.tauriello@unibas.ch>
Date: Mon, 24 Sep 2018 19:28:49 +0200
Subject: [PATCH] Beautify help and doc.

---
 actions/ost-compare-structures | 4 ++--
 modules/doc/actions.rst        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/actions/ost-compare-structures b/actions/ost-compare-structures
index ff579be64..86ab664e9 100644
--- a/actions/ost-compare-structures
+++ b/actions/ost-compare-structures
@@ -307,8 +307,8 @@ def _ParseArgs():
               " * oxt - remove terminal oxygens\n"
               " * nonstd - remove all residues not one of the 20\n"
               " * standard amino acids\n"
-              " * unk - Remove unknown and atoms not following the"
-              "nomenclature"))
+              " * unk - Remove unknown and atoms not following the\n"
+              "         nomenclature"))
     parser.add_argument(
         "-ce",
         "--clean-element-column",
diff --git a/modules/doc/actions.rst b/modules/doc/actions.rst
index 4ff4afc6a..8c31b7d41 100644
--- a/modules/doc/actions.rst
+++ b/modules/doc/actions.rst
@@ -23,8 +23,8 @@ lDDT scores between two complexes from the command line with:
                            [-o OUTPUT] [-d] [-ds DUMP_SUFFIX]
                            [-rs REFERENCE_SELECTION] [-ms MODEL_SELECTION]
                            [-ca] [-ft] [-cl COMPOUND_LIBRARY] [-qs]
-                           [-c CHAIN_MAPPING [CHAIN_MAPPING ...]] [-rna]
-                           [-l] [-ir INCLUSION_RADIUS]
+                           [-c CHAIN_MAPPING [CHAIN_MAPPING ...]]
+                           [--qs-rmsd] [-rna] [-l] [-ir INCLUSION_RADIUS]
                            [-ss SEQUENCE_SEPARATION] [-spr] [-ml]
                            [-rm REMOVE [REMOVE ...]] [-ce] [-mn] [-sc]
                            [-p PARAMETER_FILE] [-bt BOND_TOLERANCE]
-- 
GitLab