summaryrefslogtreecommitdiff
path: root/avr/cmd_cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'avr/cmd_cpu.c')
-rw-r--r--avr/cmd_cpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/avr/cmd_cpu.c b/avr/cmd_cpu.c
index 2abf5db..07d2774 100644
--- a/avr/cmd_cpu.c
+++ b/avr/cmd_cpu.c
@@ -425,7 +425,7 @@ CMD_TBL_ITEM(
// "[-swnu] [-c loopcycles] [-t timeout]\n"
"[-swnu] [-c loopcycles]\n"
" -s Be silent\n"
- " -w Write result to environment variable '"ENV_CPU_FREQ"'"
+ " -w Write result to environment variable '"ENV_CPU_FREQ"'\n"
" -n Don't load code snippet. \n"
" -u Don't unload. Leave code snippet in ram.\n"
" -c Overwrite cycles per lopp for in \"l: a,(50h)/jp l\" loop."
@@ -437,7 +437,7 @@ CMD_TBL_ITEM(
// "[-swnu] [-c loopcycles] [-t timeout]\n"
"[-swnu] [-c loopcycles]\n"
" -s Be silent\n"
- " -w Write result to environment variable '"ENV_CPU"'"
+ " -w Write result to environment variable '"ENV_CPU"'\n"
" -n Don't load code snippet. \n"
" -u Don't unload. Leave code snippet in ram."
// " -t Timeout (ms)\n"