From f26fded7271b202acae15e5745fea40623387d73 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 10 Jan 2012 16:25:52 +0000 Subject: [PATCH] Correct GPIO dump output git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4288 42af7a65-404d-4744-a932-0658087f49c3 --- examples/pwm/pwm_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pwm/pwm_main.c b/examples/pwm/pwm_main.c index 501667ae7..465fa8d5d 100644 --- a/examples/pwm/pwm_main.c +++ b/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"); } /****************************************************************************