aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-05-05 16:52:26 -0700
committerpx4dev <px4@purgatory.org>2013-05-05 16:52:26 -0700
commit1ca535b94145c94db04d0655c2f4fb25c76a717a (patch)
tree1b6bd234b1f8b402afe35b7ba41dba44f74ccb61 /src
parent3bf26ac51f76389217cf2f604ca2420bcc050acf (diff)
downloadpx4-firmware-1ca535b94145c94db04d0655c2f4fb25c76a717a.tar.gz
px4-firmware-1ca535b94145c94db04d0655c2f4fb25c76a717a.tar.bz2
px4-firmware-1ca535b94145c94db04d0655c2f4fb25c76a717a.zip
Fix whitespace damage, update help text to indicate the -m option is for debug use only.
Diffstat (limited to 'src')
-rw-r--r--src/systemcmds/pwm/pwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemcmds/pwm/pwm.c b/src/systemcmds/pwm/pwm.c
index 08e6c88df..ff733df52 100644
--- a/src/systemcmds/pwm/pwm.c
+++ b/src/systemcmds/pwm/pwm.c
@@ -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"
);