Merge release-2019 into master
[alexxy/gromacs.git] / src / gromacs / mdrun / legacymdrunoptions.h
index 5ff0d7a32afc33b10df3525cf0285ba1e405754e..26b4fb93c8212d084cf09aaf0a2e44433c31f990 100644 (file)
@@ -235,7 +235,7 @@ class LegacyMdrunOptions
             { "-append",  FALSE, etBOOL, {&appendOption},
               "Append to previous output files when continuing from checkpoint instead of adding the simulation part number to all file names" },
             { "-nsteps",  FALSE, etINT64, {&mdrunOptions.numStepsCommandline},
-              "Run this number of steps, overrides .mdp file option (-1 means infinite, -2 means use mdp option, smaller is invalid)" },
+              "Run this number of steps (-1 means infinite, -2 means use mdp option, smaller is invalid)" },
             { "-maxh",   FALSE, etREAL, {&mdrunOptions.maximumHoursToRun},
               "Terminate after 0.99 times this time (hours)" },
             { "-replex",  FALSE, etINT, {&replExParams.exchangeInterval},