Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 3e7f59e

Browse files
author
Nikhil Bhoski
committed
updated command help text.
1 parent 6fdd233 commit 3e7f59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/com/mathworks/ci/RunMatlabCommandBuilder/help-matlabCommand.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<b>Example: </b>myscript<br>
66
<br>&nbsp;</br>
77
<b>Note:</b><ul><li>The build fails if the execution of any command results in an error.</li>
8-
<li>If the build uses a MATLAB version prior to R2020a, MATLAB might display non-ASCII characters, specified in the <b>Command</b> box, as garbled text. If you specify non-ASCII characters in your commands, consider running your commands as a <b>.m</b> file created in the same locale that MATLAB uses on the build agent</li>
8+
<li>If the build uses a MATLAB version prior to R2020a, MATLAB might display non-ASCII characters, specified in the <b>Command</b> box, as garbled text. If you specify non-ASCII characters in your commands, consider running your commands as a .m or .mlx file created in the same locale that MATLAB uses on the build agent</li>
99
</ul>
1010
</div>

0 commit comments

Comments
 (0)