aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2009-04-28 15:33:26 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2009-04-28 15:33:26 -0400
commit3f131ac9a0f130291292c73a3505f0a1bffea9ad (patch)
tree252e46cbc6242d51e33d8d5b4708579b43d24c0a
parent36394182178dd754a85b8224168ec7b47c0fc855 (diff)
fix the documentation fix...
-rw-r--r--src/ft2csv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft2csv.c b/src/ft2csv.c
index 99caafd..66efa42 100644
--- a/src/ft2csv.c
+++ b/src/ft2csv.c
@@ -144,8 +144,8 @@ static void show_id(struct timestamp* start, struct timestamp* end,
144 "Usage: ft2csv [-e] [-i] [-b] <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 " \
148 "and end are non-consecutive\n" \ 147 "and end are non-consecutive\n" \
148 " -b: best effort -- don't skip non-rt time stamps \n" \
149 "" 149 ""
150 150
151static void die(char* msg) 151static void die(char* msg)