From 1ecaaf9fa02803ce4468c260a4dceacdfd9722e4 Mon Sep 17 00:00:00 2001 From: Florian Krohm Date: Wed, 11 Mar 2015 13:46:14 +0000 Subject: [PATCH] Update a comment. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15000 --- coregrind/m_main.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3