Tons of small fixes to documentation.
[alexxy/gromacs.git] / src / tools / do_dssp.c
index 6a1faaac57d9ff7aeb28f26827ba0e202f38c3e3..6e8cd7978d0abec0ef556ee3eb2df5a2774f6661 100644 (file)
@@ -388,8 +388,9 @@ int main(int argc,char *argv[])
     "reads a trajectory file and computes the secondary structure for",
     "each time frame ",
     "calling the dssp program. If you do not have the dssp program,",
-    "get it. [TT]do_dssp[tt] assumes that the dssp executable is",
-    "/usr/local/bin/dssp. If this is not the case, then you should",
+    "get it from http://swift.cmbi.ru.nl/gv/dssp. [TT]do_dssp[tt] assumes ",
+    "that the dssp executable is located in ",
+    "[TT]/usr/local/bin/dssp[tt]. If this is not the case, then you should",
     "set an environment variable [TT]DSSP[tt] pointing to the dssp",
     "executable, e.g.: [PAR]",
     "[TT]setenv DSSP /opt/dssp/bin/dssp[tt][PAR]",