help with_output_to_variable

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2024-05-08 14:39:19 -07:00
parent 1160c80837
commit 51596f8903
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ proc show_cmd_args { cmd } {
}
set arglist $rest
} else {
report_line $line
report_line "$line $arglist"
break
}
}