aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2009-04-28 14:53:29 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2009-04-28 14:53:29 -0400
commit36394182178dd754a85b8224168ec7b47c0fc855 (patch)
tree6b14cf4ff976fb0d22edce3570f7e22fee4bb833 /src
parent638d7661b6d8cb6a72a05477b32fdfb7545b847f (diff)
document -b option
Diffstat (limited to 'src')
-rw-r--r--src/ft2csv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ft2csv.c b/src/ft2csv.c
index 4489e85..99caafd 100644
--- a/src/ft2csv.c
+++ b/src/ft2csv.c
@@ -141,9 +141,10 @@ static void show_id(struct timestamp* start, struct timestamp* end,
141} 141}
142 142
143#define USAGE \ 143#define USAGE \
144 "Usage: ft2csv [-e] [-i] <event_name> <logfile> \n" \ 144 "Usage: ft2csv [-e] [-i] [-b] <event_name> <logfile> \n" \
145 " -e: endianess swap -- restores byte order \n" \ 145 " -e: endianess swap -- restores byte order \n" \
146 " -i: ignore interleaved -- ignore samples if start " \ 146 " -i: ignore interleaved -- ignore samples if start " \
147 " -b: best effort -- don't skip non-rt time stamps " \
147 "and end are non-consecutive\n" \ 148 "and end are non-consecutive\n" \
148 "" 149 ""
149 150