Encapsulate gmx_wallclock_accounting_t into new timing module
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_membed.c
index 3d4ae1829b4b0bcdd9f43397f62610adda7e9dc3..753f548797e78bb2898dc864982505dd22dcdb8c 100644 (file)
@@ -142,7 +142,7 @@ int gmx_membed(int argc, char *argv[])
         { "-start",   FALSE, etBOOL, {&bStart},
           "Call mdrun with membed options" },
         { "-stepout", FALSE, etINT, {&nstepout},
-          "HIDDENFrequency of writing the remaining runtime" },
+          "HIDDENFrequency of writing the remaining wall clock time for the run" },
         { "-v",       FALSE, etBOOL, {&bVerbose},
           "Be loud and noisy" },
         { "-mdrun_path", FALSE, etSTR, {&mdrun_path},