[Genabel-commits] r1855 - pkg/OmicABELnoMM/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Oct 27 22:31:13 CET 2014


Author: lckarssen
Date: 2014-10-27 22:31:12 +0100 (Mon, 27 Oct 2014)
New Revision: 1855

Modified:
   pkg/OmicABELnoMM/src/main.cpp
Log:
Changed OmicABEL's help text from a multiline string to a simple concatenated one with lines < 80 characters wide. Also removed the \n's so that the output adjusts itself to a different terminal width.


Modified: pkg/OmicABELnoMM/src/main.cpp
===================================================================
--- pkg/OmicABELnoMM/src/main.cpp	2014-10-27 21:02:30 UTC (rev 1854)
+++ pkg/OmicABELnoMM/src/main.cpp	2014-10-27 21:31:12 UTC (rev 1855)
@@ -3,8 +3,6 @@
 #include <boost/math/special_functions/erf.hpp>
 #include <boost/math/distributions/normal.hpp>
 
-
-
 #include <unistd.h>
 #include <getopt.h>
 
@@ -13,9 +11,10 @@
 
 bool help_request = false;
 
-string helpcmd = "usage: omicabelnomm -c <path/fname> --geno <path/fname> -p <path/fname> -o <path/fname> \n\
-                -x <path/fname> -n <#SNPcols> -t <#CPUs>\n \
-                        -d <0.0~1.0> -r <-10.0~1.0> -b -s <0.0~1.0>  -e <-10.0~1.0> -i -f";
+string helpcmd = "usage: omicabelnomm -c <path/fname> --geno <path/fname> "
+    "-p <path/fname> -o <path/fname> -x <path/fname> -n <#SNPcols> "
+    "-t <#CPUs> -d <0.0~1.0> -r <-10.0~1.0> -b -s <0.0~1.0> "
+    "-e <-10.0~1.0> -i -f";
 
 string helpcmd_expl =
 "omicabelnomm Version 0.96b \n\t\



More information about the Genabel-commits mailing list