Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Fix the usage information's stated defaults for accel and rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
thenickdude committed Feb 25, 2015
1 parent 4e461c4 commit 4d9d788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blackbox_decode.c
Original file line number Diff line number Diff line change
Expand Up @@ -939,8 +939,8 @@ void printUsage(const char *argv0)
" --unit-amperage <unit> Current meter unit (raw|mA|A), default is A (amps)\n"
" --unit-frame-time <unit> Frame timestamp unit (us|s), default is us (microseconds)\n"
" --unit-height <unit> Height unit (m|cm|ft), default is cm (centimeters)\n"
" --unit-rotation <unit> Rate of rotation unit (raw|deg/s|rad/s), default is deg/s (degrees per second)\n"
" --unit-acceleration <u> Acceleration unit (raw|g|m/s2), default is g (9.8m/s/s)\n"
" --unit-rotation <unit> Rate of rotation unit (raw|deg/s|rad/s), default is raw\n"
" --unit-acceleration <u> Acceleration unit (raw|g|m/s2), default is raw\n"
" --unit-gps-speed <unit> GPS speed unit (mps|kph|mph), default is mps (meters per second)\n"
" --unit-vbat <unit> Vbat unit (raw|mV|V), default is V (volts)\n"
" --merge-gps Merge GPS data into the main CSV log file instead of writing it separately\n"
Expand Down

0 comments on commit 4d9d788

Please sign in to comment.