summaryrefslogtreecommitdiff
path: root/apps/examples/pwm
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-10 16:25:52 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-10 16:25:52 +0000
commit12d52c812dac2668031e68a783e13fd7f8b49510 (patch)
treef09f02bab834f5f0a8ff1e582e32c942a87c827f /apps/examples/pwm
parentbfd6e961c47c3572c7c409c296b345966634c217 (diff)
downloadnuttx-12d52c812dac2668031e68a783e13fd7f8b49510.tar.gz
nuttx-12d52c812dac2668031e68a783e13fd7f8b49510.tar.bz2
nuttx-12d52c812dac2668031e68a783e13fd7f8b49510.zip
Correct GPIO dump output
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4288 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/pwm')
-rw-r--r--apps/examples/pwm/pwm_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/pwm/pwm_main.c b/apps/examples/pwm/pwm_main.c
index 501667ae7..465fa8d5d 100644
--- a/apps/examples/pwm/pwm_main.c
+++ b/apps/examples/pwm/pwm_main.c
@@ -114,7 +114,7 @@ static void pwm_help(FAR struct pwm_state_s *pwm)
message(" [-t duration] is the duration of the pulse train in seconds. "
"Default: %d Current: %d\n",
CONFIG_EXAMPLES_PWM_DURATION, pwm->duration);
- message(" [-t] shows this message and exits\n");
+ message(" [-h] shows this message and exits\n");
}
/****************************************************************************