From: Julian Seward Date: Sun, 15 Dec 2002 02:00:41 +0000 (+0000) Subject: Message cosmetics. X-Git-Tag: svn/VALGRIND_1_9_4~72 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=277b0de2491d89e32349687412f729313a5ef6e5;p=thirdparty%2Fvalgrind.git Message cosmetics. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1375 --- diff --git a/helgrind/hg_main.c b/helgrind/hg_main.c index ba78cc3dab..17d0b69693 100644 --- a/helgrind/hg_main.c +++ b/helgrind/hg_main.c @@ -41,7 +41,7 @@ static UInt n_lockorder_warnings = 0; /*--- Debug guff ---*/ /*------------------------------------------------------------*/ -#define DEBUG_LOCK_TABLE 1 /* Print lock table at end */ +#define DEBUG_LOCK_TABLE 0 /* Print lock table at end */ #define DEBUG_MAKE_ACCESSES 0 /* Print make_access() calls */ #define DEBUG_LOCKS 0 /* Print lock()/unlock() calls and locksets */ @@ -3211,8 +3211,9 @@ Bool SK_(process_cmd_line_option)(Char* arg) Char *SK_(usage)(void) { return "" -" --show-last-access=no|some|all show location of last word access on error [no]\n" -" --private-stacks=yes|no assume thread stacks are used privately [no]\n" +" --private-stacks=yes|no assume thread stacks are used privately [no]\n" +" --show-last-access=no|some|all\n" +" show location of last word access on error [no]\n" ; }