Don't number a list manually
authorMark Abraham <mark.j.abraham@gmail.com>
Sat, 11 Jan 2014 20:44:50 +0000 (21:44 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Mon, 27 Jan 2014 18:41:05 +0000 (19:41 +0100)
There's no point in numbering this list, and the numbers are
about to change, anyway.

Change-Id: I015f931086b52a26e91deb3e18210132f02f392d

src/gromacs/gmxana/gmx_trjconv.c

index db0e1fa94a32ef5fd5a78eb54c3041145ab1c1a4..3bdc0d3414308875067e2c143449820a6563c64b 100644 (file)
@@ -592,22 +592,22 @@ int gmx_trjconv(int argc, char *argv[])
 {
     const char *desc[] = {
         "[THISMODULE] can convert trajectory files in many ways:[BR]",
-        "[BB]1.[bb] from one format to another[BR]",
-        "[BB]2.[bb] select a subset of atoms[BR]",
-        "[BB]3.[bb] change the periodicity representation[BR]",
-        "[BB]4.[bb] keep multimeric molecules together[BR]",
-        "[BB]5.[bb] center atoms in the box[BR]",
-        "[BB]6.[bb] fit atoms to reference structure[BR]",
-        "[BB]7.[bb] reduce the number of frames[BR]",
-        "[BB]8.[bb] change the timestamps of the frames ",
+        "* from one format to another[BR]",
+        "* select a subset of atoms[BR]",
+        "* change the periodicity representation[BR]",
+        "* keep multimeric molecules together[BR]",
+        "* center atoms in the box[BR]",
+        "* fit atoms to reference structure[BR]",
+        "* reduce the number of frames[BR]",
+        "* change the timestamps of the frames ",
         "([TT]-t0[tt] and [TT]-timestep[tt])[BR]",
-        "[BB]9.[bb] cut the trajectory in small subtrajectories according",
+        "* cut the trajectory in small subtrajectories according",
         "to information in an index file. This allows subsequent analysis of",
         "the subtrajectories that could, for example, be the result of a",
         "cluster analysis. Use option [TT]-sub[tt].",
         "This assumes that the entries in the index file are frame numbers and",
         "dumps each group in the index file to a separate trajectory file.[BR]",
-        "[BB]10.[bb] select frames within a certain range of a quantity given",
+        "* select frames within a certain range of a quantity given",
         "in an [TT].xvg[tt] file.[PAR]",
 
         "[gmx-trjcat] is better suited for concatenating multiple trajectory files.",