forked from Archive/PX4-Autopilot
Fix whitespace damage, update help text to indicate the -m option is for debug use only.
This commit is contained in:
parent
3bf26ac51f
commit
1ca535b941
|
@ -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"
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue