Fix help text
authorBenjamin Poirier <benjamin.poirier@polymtl.ca>
Mon, 9 Nov 2009 18:27:46 +0000 (13:27 -0500)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Wed, 18 Nov 2009 19:36:38 +0000 (14:36 -0500)
Signed-off-by: Benjamin Poirier <benjamin.poirier@polymtl.ca>
runlttv

diff --git a/runlttv b/runlttv
index 1e14fed041c5e3254916a6539356c5a0cccca283..621e4ee1ca836fe9ce5cfab2cc961350a08ad069 100755 (executable)
--- 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
 }
 
This page took 0.023802 seconds and 4 git commands to generate.