diff --git a/mdpath/mdpath.py b/mdpath/mdpath.py index 935e919..5ab71d8 100644 --- a/mdpath/mdpath.py +++ b/mdpath/mdpath.py @@ -136,7 +136,7 @@ def main(): parser.add_argument( "-chain", dest="chain", - help="Chain of the protein to be analyzed in the topology file.", + help="Chain of the protein to be analyzed in the topology file. CAUTION: only one chain can be selected for analysis.", required=False, default=False, )