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

Commit 7a4edf8

Browse files
committed
Updated help content.
1 parent fef070e commit 7a4edf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/com/mathworks/ci/UseMatlabVersionBuildWrapper/help-matlabRootFolder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div>
2-
Enter the full path to the MATLAB root folder, which is returned by the <i><b>matlabroot</b></i> function. The specified directory will be added to the front of the PATH environment variable, and the specified MATLAB version will be used to perform the build.
2+
Enter the full path to the MATLAB root folder, which is returned by the <i><b>matlabroot</b></i> function. The specified directory will be prepended to the PATH environment variable, and the specified MATLAB version will be used to perform the build.
33
You must not leave this field blank if no MATLAB directory exists on the path. If you leave the field blank, then the system tries to use the MATLAB directory closest to the top of the system path. <br><br><br>Example:<br><br><i><b><u>Windows:</u></b></i><br> C:\Program Files\MATLAB\R2019a <br>
44
<i><b><u>Linux:</u></b></i><br> /usr/local/MATLAB/R2019a <br>
55
<i><b><u>Mac:</u></b></i><br> /Applications/MATLAB_R2019a.app <br>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<p>
2-
Specify the MATLAB version that should be used for this build.
2+
Specify the MATLAB version for this build.
33
</p>

0 commit comments

Comments
 (0)