Merge release-5-0 into master
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_hbond.c
index 5c28edf3d9c7a2d1d46d30bb3b294608e2e35eaa..e9bc54aaf6e2f65fb662cb3bf156ce6dc3eecbe2 100644 (file)
@@ -3629,7 +3629,7 @@ int gmx_hbond(int argc, char *argv[])
           "HIDDENDffusion coefficient to use in the reversible geminate recombination kinetic model. If negative, then it will be fitted to the ACF along with ka and kd."},
 #ifdef GMX_OPENMP
         { "-nthreads", FALSE, etINT, {&nThreads},
-          "Number of threads used for the parallel loop over autocorrelations. nThreads <= 0 means maximum number of threads. Requires linking with OpenMP. The number of threads is limited by the number of processors (before OpenMP v.3 ) or environment variable OMP_THREAD_LIMIT (OpenMP v.3)"},
+          "Number of threads used for the parallel loop over autocorrelations. nThreads <= 0 means maximum number of threads. Requires linking with OpenMP. The number of threads is limited by the number of cores (before OpenMP v.3 ) or environment variable OMP_THREAD_LIMIT (OpenMP v.3)"},
 #endif
     };
     const char *bugs[] = {