From: Florian Krohm Date: Wed, 11 Mar 2015 13:46:14 +0000 (+0000) Subject: Update a comment. X-Git-Tag: svn/VALGRIND_3_11_0~592 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ecaaf9fa02803ce4468c260a4dceacdfd9722e4;p=thirdparty%2Fvalgrind.git Update a comment. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15000 --- diff --git a/coregrind/m_main.c b/coregrind/m_main.c index 82aa00a7f9..275231a329 100644 --- a/coregrind/m_main.c +++ b/coregrind/m_main.c @@ -356,6 +356,7 @@ static void usage_NORETURN ( Bool debug_help ) - set VG_(clo_max_stackframe) (--max-stackframe=) - set VG_(clo_main_stacksize) (--main-stacksize=) - set VG_(clo_sim_hints) (--sim-hints=) + - set VG_(clo_max_threads) (--max-threads) That's all it does. The main command line processing is done below by main_process_cmd_line_options. Note that