diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c index 40faee2160..ec9c2e2a32 100644 --- a/apps/app_mixmonitor.c +++ b/apps/app_mixmonitor.c @@ -75,8 +75,8 @@ static const char *desc = "" " W() - Adjust the both heard and spoken volumes by a factor of \n" " (range -4 to 4)\n\n" " will be executed when the recording is over\n" -"Any strings matching ^{X} will be unescaped to ${X} and \n" -"all variables will be evaluated at that time.\n" +"Any strings matching ^{X} will be unescaped to ${X}.\n" +"All variables will be evaluated at the time MixMonitor is called.\n" "The variable MIXMONITOR_FILENAME will contain the filename used to record.\n" "";