From f882c759b0f55e3f898d85710f727073413e9f15 Mon Sep 17 00:00:00 2001
From: Gerardo Tauriello <gerardo.tauriello@unibas.ch>
Date: Thu, 20 Feb 2020 10:49:14 +0100
Subject: [PATCH] Fix molck usage text

---
 modules/mol/alg/doc/molck.rst | 2 +-
 tools/molck/main.cc           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/mol/alg/doc/molck.rst b/modules/mol/alg/doc/molck.rst
index 286127b28..7c4d9ee63 100644
--- a/modules/mol/alg/doc/molck.rst
+++ b/modules/mol/alg/doc/molck.rst
@@ -53,7 +53,7 @@ please find them following:
                            - oxt - Remove terminal oxygens
                            - nonstd - Remove all residues not one of the
                                       20 standard amino acids
-                           - unk - Remove unknown and atoms not following
+                           - unk - Remove unknown atoms not following
                                    the nomenclature
                            Default: hyd
       --fix-ele            Clean up element column
diff --git a/tools/molck/main.cc b/tools/molck/main.cc
index 53ff93f4d..efed0e21f 100644
--- a/tools/molck/main.cc
+++ b/tools/molck/main.cc
@@ -38,7 +38,7 @@ const char* USAGE=
 "                       - oxt - Remove terminal oxygens\n"
 "                       - nonstd - Remove all residues not one of the\n"
 "                                  20 standard amino acids\n"
-"                       - unk - Remove unknown and atoms not following\n"
+"                       - unk - Remove unknown atoms not following\n"
 "                               the nomenclature\n"
 "                       Default: hyd\n"
 "  --fix-ele            Clean up element column\n"
-- 
GitLab