Make (most) HTML links to file formats work again
[alexxy/gromacs.git] / src / gromacs / commandline / pargs.cpp
index 0b3538f395cb29afbd229c532ff8a5abd2f3ff3f..95af8735b70a94fec10328ef034c646b157e41d4 100644 (file)
@@ -531,8 +531,8 @@ gmx_bool parse_common_args(int *argc, char *argv[], unsigned long Flags,
         {
             options.addOption(
                     gmx::BooleanOption("w").store(&bView)
-                        .description("View output [TT].xvg[tt], [TT].xpm[tt], "
-                                     "[TT].eps[tt] and [TT].pdb[tt] files"));
+                        .description("View output [REF].xvg[ref], [REF].xpm[ref], "
+                                     "[REF].eps[ref] and [REF].pdb[ref] files"));
         }
 
         bool bXvgr = false;