[mlpack-svn] r11630 - mlpack/trunk/src/mlpack/core/util

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Tue Feb 28 12:29:31 EST 2012


Author: rcurtin
Date: 2012-02-28 12:29:31 -0500 (Tue, 28 Feb 2012)
New Revision: 11630

Modified:
   mlpack/trunk/src/mlpack/core/util/cli.cpp
Log:
Helpful note pointing to other documentation, so we don't need to include
citations in -h output.


Modified: mlpack/trunk/src/mlpack/core/util/cli.cpp
===================================================================
--- mlpack/trunk/src/mlpack/core/util/cli.cpp	2012-02-28 17:06:04 UTC (rev 11629)
+++ mlpack/trunk/src/mlpack/core/util/cli.cpp	2012-02-28 17:29:31 UTC (rev 11630)
@@ -611,9 +611,16 @@
       std::cout << HyphenateString(desc, 32) << std::endl;
     }
 
-  std::cout << std::endl;
+    std::cout << std::endl;
 
   }
+
+  // Helpful information at the bottom of the help output, to point the user to
+  // citations and better documentation (if necessary).  See ticket #201.
+  std::cout << HyphenateString("For further information, including relevant "
+      "papers, citations, and theory, consult the documentation found at "
+      "http://www.mlpack.org or included with your distribution of MLPACK.", 0)
+      << std::endl;
 }
 
 /**




More information about the mlpack-svn mailing list