Change name of gmxdump to dump and gmxcheck to check
[alexxy/gromacs.git] / src / programs / gmx / gmxdump.c
index 676faa120f00b55a7692e6e0dd34ff8bb78bd94d..05f7fba03797aa65cba5d5b312d25a98d8a98e85 100644 (file)
@@ -9,7 +9,7 @@
  *                        VERSION 3.2.0
  * Written by David van der Spoel, Erik Lindahl, Berk Hess, and others.
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
- * Copyright (c) 2001-2004, The GROMACS development team,
+ * Copyright (c) 2001-2013, The GROMACS development team,
  * check out http://www.gromacs.org for more information.
 
  * This program is free software; you can redistribute it and/or
@@ -356,7 +356,7 @@ void list_ene(const char *fn)
     real           rav, minthird;
     char           buf[22];
 
-    printf("gmxdump: %s\n", fn);
+    printf("gmx dump: %s\n", fn);
     in = open_enx(fn, "r");
     do_enxnms(in, &nre, &enm);
     assert(enm);
@@ -522,7 +522,7 @@ static void list_mtx(const char *fn)
 int gmx_gmxdump(int argc, char *argv[])
 {
     const char *desc[] = {
-        "[TT]gmxdump[tt] reads a run input file ([TT].tpa[tt]/[TT].tpr[tt]/[TT].tpb[tt]),",
+        "[TT]gmx dump[tt] reads a run input file ([TT].tpa[tt]/[TT].tpr[tt]/[TT].tpb[tt]),",
         "a trajectory ([TT].trj[tt]/[TT].trr[tt]/[TT].xtc[tt]), an energy",
         "file ([TT].ene[tt]/[TT].edr[tt]), or a checkpoint file ([TT].cpt[tt])",
         "and prints that to standard output in a readable format.",