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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Dec 14 08:04:41 EST 2011


Author: rcurtin
Date: 2011-12-14 08:04:41 -0500 (Wed, 14 Dec 2011)
New Revision: 10775

Modified:
   mlpack/trunk/src/mlpack/core/util/cli.cpp
Log:
-v == --verbose


Modified: mlpack/trunk/src/mlpack/core/util/cli.cpp
===================================================================
--- mlpack/trunk/src/mlpack/core/util/cli.cpp	2011-12-14 12:44:53 UTC (rev 10774)
+++ mlpack/trunk/src/mlpack/core/util/cli.cpp	2011-12-14 13:04:41 UTC (rev 10775)
@@ -680,4 +680,4 @@
 PARAM_FLAG("help", "Default help info.", "h");
 PARAM_STRING("info", "Get help on a specific module or option.", "", "");
 PARAM_FLAG("verbose", "Display informational messages and the full list of "
-    "parameters and timers at the end of execution.", "");
+    "parameters and timers at the end of execution.", "v");




More information about the mlpack-svn mailing list