Author: Diego Barrios Romero <[email protected]>
Date: Tue Mar 13 00:58:36 2012 +0100
Verbosity parameter description
---
synfig-core/src/tool/main.cpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/synfig-core/src/tool/main.cpp b/synfig-core/src/tool/main.cpp
index f149695..94ae383 100644
--- a/synfig-core/src/tool/main.cpp
+++ b/synfig-core/src/tool/main.cpp
@@ -249,6 +249,7 @@ int main(int ac, char* av[])
named_type<int>* quality_arg_desc = new
named_type<int>("0..10");
named_type<float>* gamma_arg_desc = new named_type<float>("NUM
(=2.2)");
named_type<int>* threads_arg_desc = new named_type<int>("NUM");
+ named_type<int>* verbosity_arg_desc = new
named_type<int>("NUM");
named_type<string>* canvas_arg_desc = new
named_type<string>("canvas-id");
named_type<string>* output_file_arg_desc = new
named_type<string>("filename");
named_type<string>* input_file_arg_desc = new
named_type<string>("filename");
@@ -290,7 +291,7 @@ int main(int ac, char* av[])
po::options_description po_switchopts(_("Switch options"));
po_switchopts.add_options()
- ("verbose,v", po::value<int>(), _("Output verbosity level"))
+ ("verbose,v", verbosity_arg_desc, _("Output verbosity level"))
("quiet,q", _("Quiet mode (No progress/time-remaining display)"))
("benchmarks,b", _("Print benchmarks"))
;
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl