From 9bca6225c77c8fbc25de704ae7354bd4876a0b1b Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Fri, 9 May 2008 18:23:53 +0300 Subject: [PATCH] Debug: Add missing debug methods to script help --- src/debug-mapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug-mapper.sh b/src/debug-mapper.sh index 8e374c4..82e3e4f 100755 --- a/src/debug-mapper.sh +++ b/src/debug-mapper.sh @@ -17,6 +17,6 @@ case "$1" in libtool --mode=execute strace mapper ;; *) - echo "Mode: valgrind or massif" + echo "Mode: valgrind, massif, gdb or strace" ;; esac -- 2.39.5