Merge release-4-5-patches into release-4-6
[alexxy/gromacs.git] / src / tools / gmx_potential.c
index 3446bb24aaf206bfb500a2ddc62956b75db1384d..40b9526180d4710221fa4c83b7a03513b1e5aaac 100644 (file)
@@ -414,13 +414,13 @@ int gmx_potential(int argc,char *argv[])
       "Take the normal on the membrane in direction X, Y or Z." },
     { "-sl",  FALSE, etINT, {&nslices},
       "Calculate potential as function of boxlength, dividing the box"
-      " in #nr slices." } ,
+      " in this number of slices." } ,
     { "-cb",  FALSE, etINT, {&cb},
-      "Discard first #nr slices of box for integration" },
+      "Discard this number of  first slices of box for integration" },
     { "-ce",  FALSE, etINT, {&ce},
-      "Discard last #nr slices of box for integration" },
+      "Discard this number of last slices of box for integration" },
     { "-tz",  FALSE, etREAL, {&fudge_z},
-      "Translate all coordinates <distance> in the direction of the box" },
+      "Translate all coordinates by this distance in the direction of the box" },
     { "-spherical", FALSE, etBOOL, {&bSpherical},
       "Calculate spherical thingie" },
     { "-ng",       FALSE, etINT, {&ngrps},