From: Yannick Brosseau Date: Tue, 18 Sep 2012 20:42:43 +0000 (-0400) Subject: Update runlttv help message to include callgrind X-Git-Tag: v1.5-beta1~39 X-Git-Url: https://git.lttng.org/?p=lttv.git;a=commitdiff_plain;h=4ed007496f46d0b4f8bfc1d827e2a613a2d0d15c Update runlttv help message to include callgrind Signed-off-by: Yannick Brosseau --- diff --git a/runlttv b/runlttv index 40e512ee..ed41d08b 100755 --- a/runlttv +++ b/runlttv @@ -33,7 +33,7 @@ usage () { echo "Options:" >/dev/stderr printf "\t-m MODE Output mode (modes: text, eval, gui)\n" >/dev/stderr printf "\t-H HELPER Invoke LTTV through a helper program\n" >/dev/stderr - printf "\t (helpers: gdb, valgrind, massif, strace)\n" >/dev/stderr + printf "\t (helpers: gdb, valgrind, massif, strace, callgrind)\n" >/dev/stderr printf "\t-b OPTIONS LTTV options to specify before the module list\n" >/dev/stderr printf "\t-a OPTIONS LTTV options to specify after the module list\n" >/dev/stderr echo "" >/dev/stderr