File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -128,14 +128,14 @@ parameter were not provided in the input, nothing would appear on the
128
128
command line.
129
129
130
130
Input files are read-only. If you wish to update an input file, you must
131
- first copy it to the output directory.
131
+ [ first copy it to the output directory] ({{ page.root }}/15-staging/) .
132
132
133
133
The value of ` position ` is used to determine where parameter should
134
134
appear on the command line. Positions are relative to one another, not
135
135
absolute. As a result, positions do not have to be sequential, three
136
- parameters with positions ` [ 1, 3, 5] ` will result in the same command
137
- line as ` [ 1, 2, 3] ` . More than one parameter can have the same position
136
+ parameters with positions 1, 3, 5 will result in the same command
137
+ line as 1, 2, 3. More than one parameter can have the same position
138
138
(ties are broken using the parameter name), and the position field itself
139
- is optional. the default position is 0.
139
+ is optional. The default position is 0.
140
140
141
- The ` baseCommand ` field always comes before parameters.
141
+ The ` baseCommand ` field will always appear in the final command line before the parameters.
You can’t perform that action at this time.
0 commit comments