Skip to content

Commit 095268e

Browse files
authored
small edit
1 parent 9cfa81c commit 095268e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/assembler/masm/ml-and-ml64-command-line-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The options listed in the following table:
5050
| **`/I`** *`pathname`* | Sets path for include file. A maximum of 10 **`/I`** options is allowed. |
5151
| **`/nologo`** | Suppresses messages for successful assembly. |
5252
| **`/omf`** | Generates object module file format (OMF) type of object module. **`/omf`** implies **`/c`**. ML.exe doesn't support linking OMF objects.<br /> Not available in ml64.exe. |
53-
| **`/quiet`** | Suppresses 'Assembling' message. Available from Visual Studio 17.6. |
53+
| **`/quiet`** | Suppresses 'Assembling' message. Available in Visual Studio 17.6 and later. |
5454
| **`/Sa`** | Turns on listing of all available information. |
5555
| **`/safeseh`** | Marks the object file: either it contains no exception handlers, or it contains exception handlers that are all declared with [`.SAFESEH`](dot-safeseh.md).<br /> Not available in ml64.exe. |
5656
| **`/Sf`** | Adds the first-pass listing to the listing file. |

0 commit comments

Comments
 (0)