summaryrefslogtreecommitdiff
path: root/mmt
diff options
context:
space:
mode:
authorMarcin Slusarz <marcin.slusarz@gmail.com>2012-02-05 13:05:01 +0100
committerMarcin Slusarz <marcin.slusarz@gmail.com>2012-02-05 13:05:01 +0100
commit08c7cfeb9846032606b60b29f5e82d4c2cac9f27 (patch)
tree13e65387d2a53f047044cf1e6042c9c8e6920b2b /mmt
parent0d67c522b72c7d849ae20a074db17e6de0351bda (diff)
mmt: fix formatting of help messages
Diffstat (limited to 'mmt')
-rw-r--r--mmt/mmt_main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mmt/mmt_main.c b/mmt/mmt_main.c
index 36c70bb4..d86f3033 100644
--- a/mmt/mmt_main.c
+++ b/mmt/mmt_main.c
@@ -88,10 +88,10 @@ static void mmt_print_usage(void)
VG_(printf)(" " TF_OPT "path trace loads and stores to memory mapped for\n"
" this file (e.g. /dev/nvidia0) (you can pass \n"
" this option multiple times)\n");
- VG_(printf)(" " TA_OPT " trace loads and store to memory mapped for all files\n");
- VG_(printf)(" " TN_OPT " trace ioctls on /dev/nvidiactl\n");
- VG_(printf)(" " TO_OPT " trace all 'open' syscalls\n");
- VG_(printf)(" " TM_OPT " send mmiotrace marks before and after ioctls\n");
+ VG_(printf)(" " TA_OPT " trace loads and store to memory mapped for all files\n");
+ VG_(printf)(" " TN_OPT " trace ioctls on /dev/nvidiactl and /dev/nvidia0\n");
+ VG_(printf)(" " TO_OPT " trace all 'open' syscalls\n");
+ VG_(printf)(" " TM_OPT " send mmiotrace marks before and after ioctls\n");
}
static void mmt_print_debug_usage(void)