summaryrefslogtreecommitdiff
path: root/apps/examples/pwm
diff options
context:
space:
mode:
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");
}
/****************************************************************************