Skip to content

Commit 71ee89c

Browse files
authored
Merge pull request #56 from ethz-asl/fix/help
Fixed help for --baseLine.
2 parents a241127 + b14a67a commit 71ee89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuckoo_time_translator_python/scripts/ctt_introspect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
parser.add_argument('-t,--topic', dest='topic', nargs='+', help='The path to the bag file containing the DeviceTimestamp messages')
2121
parser.add_argument('-v,--verbose', dest='verbose', action='count', help='Increase verbosity (counted)')
2222
parser.add_argument('-o,--output', dest='output', help='Output file to plot to (PDF format)')
23-
parser.add_argument('-b,--baseLine', dest='baseLine', default="LeastSquares", help='Use this batch-method as base line; LeastSquare, ConvexHull, Index')
23+
parser.add_argument('-b,--baseLine', dest='baseLine', default="LeastSquares", help='Use this batch-method as base line; LeastSquares, ConvexHull, Index')
2424
parser.add_argument('-f,--owts', dest='owts', default=OwtsDefault, help='Additional OWTs (one way translators) to compare with. Default: ' + OwtsDefault)
2525
parser.add_argument('--dontPlotReceiveTimes', action='store_true', help='don\'t plot receive timestamps')
2626
parser.add_argument('--dontPlotPreTranslated', action='store_true', help='don\'t plot pre-translated timestamps, i.e., translated in the device driver')

0 commit comments

Comments
 (0)