about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPjotr Prins2017-10-10 11:39:08 +0000
committerPjotr Prins2017-10-13 15:27:24 +0000
commit887b28f5a978c838b6de9ae2d77f0c7233642c5e (patch)
tree5a9d77ba94887939a658bf099a8eca37f13cd113
parent63b6796a16ed2c82bb8b08eb4685bf8d56a9d360 (diff)
downloadpangemma-887b28f5a978c838b6de9ae2d77f0c7233642c5e.tar.gz
Progressbar update
-rw-r--r--src/gemma.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gemma.cpp b/src/gemma.cpp
index 61fffc9..76ff999 100644
--- a/src/gemma.cpp
+++ b/src/gemma.cpp
@@ -424,8 +424,8 @@ void GEMMA::PrintHelp(size_t option) {
             "default 1)"
          << endl;
     cout << " -pace     [num]          "
-         << " specify terminal display update pace (default 100000 SNPs or "
-            "100000 iterations)."
+         << " specify terminal display update pace (default 1,000 SNPs or "
+            "1,000 iterations)."
          << endl;
     cout << " -outdir   [path]         "
          << " specify output directory path (default \"./output/\")" << endl;