From 54938463ace36d0d3a06ac311ebcab2a73b7b099 Mon Sep 17 00:00:00 2001 From: Benjamin Poirier Date: Mon, 9 Nov 2009 13:27:46 -0500 Subject: [PATCH] Fix help text Signed-off-by: Benjamin Poirier --- runlttv | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/runlttv b/runlttv index 1e14fed0..621e4ee1 100755 --- a/runlttv +++ b/runlttv @@ -28,11 +28,11 @@ usage () { echo "Usage: $0 [OPTION]... [TRACE]..." >/dev/stderr echo "" >/dev/stderr echo "Options:" >/dev/stderr - printf "\t-m MODE Output mode (modes: text, gui)" >/dev/stderr - printf "\t-H HELPER Invoke LTTV through a helper program" >/dev/stderr - printf "\t (helpers: gdb, valgrind, massif, strace)" >/dev/stderr - printf "\t-b OPTIONS LTTV options to specify before the module list" >/dev/stderr - printf "\t-a OPTIONS LTTV options to specify after the module list" >/dev/stderr + printf "\t-m MODE Output mode (modes: text, 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-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 } -- 2.34.1