Skip to content

Commit

Permalink
[tools] minor update to calibrate_gyro.py, show correct options in usage
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Jun 6, 2012
1 parent 53e3ed5 commit c88b835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/tools/calibration/calibrate_gyro.py
Expand Up @@ -54,7 +54,7 @@


def main():
usage = "usage: %prog --ac_id <ac_id> --tt_id <tt_id> --axisa <axis> [-v] log_filename.data"
usage = "usage: %prog --id <ac_id> --tt_id <tt_id> --axis <axis> [options] log_filename.data"
parser = OptionParser(usage)
parser.add_option("-i", "--id", dest="ac_id",
action="store", type=int, default=-1,
Expand Down

0 comments on commit c88b835

Please sign in to comment.