From 6e5e1ff817d11d84b55b63dd482f3205e0899c55 Mon Sep 17 00:00:00 2001 From: Anton Babushkin Date: Sun, 2 Jun 2013 12:22:43 +0400 Subject: sdlog2_dump.py comments and version updated --- Tools/sdlog2_dump.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Tools/sdlog2_dump.py') diff --git a/Tools/sdlog2_dump.py b/Tools/sdlog2_dump.py index e40d5c1b5..318f72971 100644 --- a/Tools/sdlog2_dump.py +++ b/Tools/sdlog2_dump.py @@ -2,10 +2,12 @@ """Dump binary log generated by sdlog2 or APM as CSV -Usage: python sdlog2_dump.py [-v] [-d delimiter] [-n null] [-m MSG[.field1,field2,...]] +Usage: python sdlog2_dump.py [-v] [-e] [-d delimiter] [-n null] [-m MSG[.field1,field2,...]] -v Use plain debug output instead of CSV. + -e Recover from errors. + -d Use "delimiter" in CSV. Default is ",". -n Use "null" as placeholder for empty values in CSV. Default is empty. @@ -15,7 +17,7 @@ Usage: python sdlog2_dump.py [-v] [-d delimiter] [-n null] [-m MSG[.fi Multiple -m options allowed.""" __author__ = "Anton Babushkin" -__version__ = "1.1" +__version__ = "1.2" import struct, sys -- cgit v1.2.3