Merge release-4-6 into master
[alexxy/gromacs.git] / src / programs / gmxdump / gmxdump.c
index f580688ed8105d0e0a0af163b7ea02e9e98ca3fa..4b42be324e290a1b72859e64132af73b8ee063fb 100644 (file)
@@ -442,6 +442,9 @@ int cmain(int argc,char *argv[])
     "Note that currently setting [TT]GMXLIB[tt] is the only way to customize",
     "directories used for searching include files.",
   };
+  const char *bugs[] = {
+    "Position restraint output from -sys -s is broken"
+  };
   t_filenm fnm[] = {
     { efTPX, "-s", NULL, ffOPTRD },
     { efTRX, "-f", NULL, ffOPTRD },
@@ -466,7 +469,7 @@ int cmain(int argc,char *argv[])
   
   CopyRight(stderr,argv[0]);
   parse_common_args(&argc,argv,0,NFILE,fnm,asize(pa),pa,
-                   asize(desc),desc,0,NULL,&oenv);
+                    asize(desc),desc,asize(bugs),bugs,&oenv);
 
 
   if (ftp2bSet(efTPX,NFILE,fnm))