Tons of small fixes to documentation.
[alexxy/gromacs.git] / src / tools / gmx_trjcat.c
index c06c23c42ea95b340d447f71fe6249d8a9ee2056..2ca470dc4864c0b5df8a3848d893077e768ee8d9 100644 (file)
@@ -438,7 +438,7 @@ int gmx_trjcat(int argc, char *argv[])
             { "-dt", FALSE, etTIME,
                 { &dt }, "Only write frame when t MOD dt = first time (%t)" },
             { "-prec", FALSE, etINT,
-                { &prec }, "Precision for .xtc and .gro writing in number of decimal places" },
+                { &prec }, "Precision for [TT].xtc[tt] and [TT].gro[tt] writing in number of decimal places" },
             { "-vel", FALSE, etBOOL,
                 { &bVels }, "Read and write velocities if possible" },
             { "-settime", FALSE, etBOOL,
@@ -446,11 +446,11 @@ int gmx_trjcat(int argc, char *argv[])
             { "-sort", FALSE, etBOOL,
                 { &bSort }, "Sort trajectory files (not frames)" },
             { "-keeplast", FALSE, etBOOL,
-                { &bKeepLast }, "keep overlapping frames at end of trajectory" },
+                { &bKeepLast }, "Keep overlapping frames at end of trajectory" },
             { "-overwrite", FALSE, etBOOL,
-                { &bOverwrite }, "overwrite overlapping frames during appending" },
+                { &bOverwrite }, "Overwrite overlapping frames during appending" },
             { "-cat", FALSE, etBOOL,
-                { &bCat }, "do not discard double time frames" } };
+                { &bCat }, "Do not discard double time frames" } };
 #define npargs asize(pa)
     int ftpin, i, frame, frame_out, step = 0, trjout = 0;
     t_trxstatus *status;