Merge release-4-5-patches into release-4-6
[alexxy/gromacs.git] / src / tools / mk_angndx.c
index 25215fdcefea4656615449f417efc4e145392edd..b159ecae2f94f59f4d39137b1dddc9a61b7a65f3 100644 (file)
@@ -218,7 +218,7 @@ int main(int argc,char *argv[])
     { "-hyd", FALSE, etBOOL, {&bH},
       "Include angles with atoms with mass < 1.5" },
     { "-hq", FALSE, etREAL, {&hq},
-      "Ignore angles with atoms with mass < 1.5 and |q| < hq" }
+      "Ignore angles with atoms with mass < 1.5 and magnitude of their charge less than this value" }
   };
  
   output_env_t oenv;