Fix whitespace damage, update help text to indicate the -m option is for debug use only.

This commit is contained in:
px4dev 2013-05-05 16:52:26 -07:00
parent 3bf26ac51f
commit 1ca535b941
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ usage(const char *reason)
" <channel_group> Channel group that should update at the alternate rate (may be specified more than once)\n"
" arm | disarm Arm or disarm the ouptut\n"
" <channel_value>... PWM output values in microseconds to assign to the PWM outputs\n"
" <chanmask> Directly supply alt rate channel mask\n"
" <chanmask> Directly supply alt rate channel mask (debug use only)\n"
"\n"
"When -c is specified, any channel groups not listed with -c will update at the default rate.\n"
);