[sdpb] 172/233: Pedantic help text

Tobias Hansen thansen at moszumanska.debian.org
Thu Mar 9 04:06:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository sdpb.

commit d22e72ed15f21bf25cf0b96eac62c2f1499bdcb2
Author: Connor Behan <connor.behan at gmail.com>
Date:   Wed Jul 15 18:58:38 2015 -0400

    Pedantic help text
    
    I don't think anyone will care, but this piece of information was missing.
---
 src/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.cpp b/src/main.cpp
index e21e005..94fa73a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -124,7 +124,7 @@ int main(int argc, char** argv) {
     ("precision",
      po::value<int>(&parameters.precision)->default_value(400),
      "Precision in binary digits.  GMP will round up to the nearest "
-     "multiple of 64.")
+     "multiple of 64 (or 32 on older systems).")
     ("maxThreads",
      po::value<int>(&parameters.maxThreads)->default_value(4),
      "Maximum number of threads to use for parallel calculation.")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sdpb.git



More information about the debian-science-commits mailing list