From 59831ca920ada6a5c6c9eb4a91f0c30ac646c712 Mon Sep 17 00:00:00 2001
From: Gabriel Studer <gabriel.studer@unibas.ch>
Date: Thu, 9 Mar 2023 12:00:00 +0100
Subject: [PATCH] docu update

---
 actions/ost-compare-structures | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/actions/ost-compare-structures b/actions/ost-compare-structures
index c1a263206..dd513e0ea 100644
--- a/actions/ost-compare-structures
+++ b/actions/ost-compare-structures
@@ -118,8 +118,8 @@ def _ParseArgs():
         type=int,
         help=("Only has an effect if model is in mmcif format. By default, "
               "the assymetric unit (AU) is used for scoring. If there are "
-              "biounits defined in the mmcif file, you can specify the index "
-              "of the one which should be used."))
+              "biounits defined in the mmcif file, you can specify the "
+              "(0-based) index of the one which should be used."))
 
     parser.add_argument(
         "-rb",
@@ -130,8 +130,8 @@ def _ParseArgs():
         type=int,
         help=("Only has an effect if reference is in mmcif format. By default, "
               "the assymetric unit (AU) is used for scoring. If there are "
-              "biounits defined in the mmcif file, you can specify the index "
-              "of the one which should be used."))
+              "biounits defined in the mmcif file, you can specify the "
+              "(0-based) index of the one which should be used."))
 
     parser.add_argument(
         "-rna",
-- 
GitLab