Fix spelling and underline in shell command for error flags

This commit is contained in:
Mario Hüttel 2021-01-09 23:44:25 +01:00
parent 94726e1466
commit 56b5ddc209
1 changed files with 2 additions and 2 deletions

View File

@ -403,7 +403,7 @@ static shellmatta_retCode_t shell_cmd_read_flags(const shellmatta_handle_t handl
/* Check for the --ack option */
tryack = check_opt(arguments, length, "--ack");
shellmatta_printf(handle, "Error flags\r\n"
shellmatta_printf(handle, "Error Flags\r\n"
"-----------\r\n");
count = safety_controller_get_flag_count();
@ -457,7 +457,7 @@ static shellmatta_retCode_t shell_cmd_read_flags(const shellmatta_handle_t handl
}
shellmatta_printf(handle, "\r\nTiming Monitors\r\n"
"--------------\r\n");
"---------------\r\n");
count = safety_controller_get_timing_monitor_count();